diff options
author | rubidium <rubidium@openttd.org> | 2008-05-30 18:20:26 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-30 18:20:26 +0000 |
commit | 2f3b88ef9a217e911c897de49cc616e73a233b59 (patch) | |
tree | ae098eb73283ba9ab9875b3df24bbe3b5eb7fef1 /projects | |
parent | e81386476f09997485e7f707f3349685e2140a97 (diff) | |
download | openttd-2f3b88ef9a217e911c897de49cc616e73a233b59.tar.xz |
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index b76b34f89..0311b1ed2 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1140,7 +1140,7 @@ > </File> <File - RelativePath=".\..\src\network\network_data.h" + RelativePath=".\..\src\network\network_func.h" > </File> <File @@ -1160,6 +1160,10 @@ > </File> <File + RelativePath=".\..\src\network\network_type.h" + > + </File> + <File RelativePath=".\..\src\network\network_udp.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 120415bcb..c8e040f25 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1137,7 +1137,7 @@ > </File> <File - RelativePath=".\..\src\network\network_data.h" + RelativePath=".\..\src\network\network_func.h" > </File> <File @@ -1157,6 +1157,10 @@ > </File> <File + RelativePath=".\..\src\network\network_type.h" + > + </File> + <File RelativePath=".\..\src\network\network_udp.h" > </File> |