diff options
Diffstat (limited to 'ttd.vcproj')
-rw-r--r-- | ttd.vcproj | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/ttd.vcproj b/ttd.vcproj index 6ddadab08..5d6f58502 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -268,6 +268,9 @@ RelativePath=".\aystar.c">
</File>
<File
+ RelativePath=".\callback_table.c">
+ </File>
+ <File
RelativePath="command.c">
<FileConfiguration
Name="Release|Win32">
@@ -303,6 +306,9 @@ RelativePath=".\console_cmds.c">
</File>
<File
+ RelativePath=".\dedicated.c">
+ </File>
+ <File
RelativePath="economy.c">
<FileConfiguration
Name="Release|Win32">
@@ -570,6 +576,21 @@ RelativePath=".\newgrf.c">
</File>
<File
+ RelativePath=".\network_client.c">
+ </File>
+ <File
+ RelativePath=".\network_data.c">
+ </File>
+ <File
+ RelativePath=".\network_gamelist.c">
+ </File>
+ <File
+ RelativePath=".\network_udp.c">
+ </File>
+ <File
+ RelativePath=".\network_server.c">
+ </File>
+ <File
RelativePath="oldloader.c">
<FileConfiguration
Name="Release|Win32">
@@ -1148,6 +1169,24 @@ RelativePath=".\newgrf.h">
</File>
<File
+ RelativePath=".\network_client.h">
+ </File>
+ <File
+ RelativePath=".\network_core.h">
+ </File>
+ <File
+ RelativePath=".\network_data.h">
+ </File>
+ <File
+ RelativePath=".\network_gamelist.h">
+ </File>
+ <File
+ RelativePath=".\network_udp.h">
+ </File>
+ <File
+ RelativePath=".\network_server.h">
+ </File>
+ <File
RelativePath="news.h">
</File>
<File
|