diff options
author | glx <glx@openttd.org> | 2006-09-01 13:48:43 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2006-09-01 13:48:43 +0000 |
commit | 226662b0e04f6d2db6c4248cacc6d84aadbe3874 (patch) | |
tree | 70e69dbc3d45b54a8639c4fda79a4b2bfc3a3236 | |
parent | 0d6fa61e9fd1ce7f3b3071f156deab31b173038a (diff) | |
download | openttd-226662b0e04f6d2db6c4248cacc6d84aadbe3874.tar.xz |
(svn r6298) -Fix(r6297): add network_gui.h to MSVC projetc files
-rw-r--r-- | openttd.vcproj | 3 | ||||
-rw-r--r-- | openttd_vs80.vcproj | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 00283267d..a6996c8a7 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -527,6 +527,9 @@ RelativePath=".\network_gamelist.h"> </File> <File + RelativePath=".\network_gui.h"> + </File> + <File RelativePath=".\network_server.h"> </File> <File diff --git a/openttd_vs80.vcproj b/openttd_vs80.vcproj index 48d48f4af..4b52db637 100644 --- a/openttd_vs80.vcproj +++ b/openttd_vs80.vcproj @@ -996,6 +996,10 @@ >
</File>
<File
+ RelativePath=".\network_gui.h"
+ >
+ </File>
+ <File
RelativePath=".\network_server.h"
>
</File>
|