summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-07-29 16:44:39 +0000
committerfrosch <frosch@openttd.org>2012-07-29 16:44:39 +0000
commit4c9f65800be7f5a05722c18c559d74e3c1fe6711 (patch)
treebe8dd6b362953262d278218bb8569cf13e158fa1 /projects/openttd_vs100.vcxproj
parent77b5e7254118049bb5d7332b67a151f402ec31c9 (diff)
downloadopenttd-4c9f65800be7f5a05722c18c559d74e3c1fe6711.tar.xz
(svn r24442) -Codechange: Split some members of Vehicle into a new class BaseConsist.
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r--projects/openttd_vs100.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 0da604efd..4ab6f45e7 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -317,6 +317,7 @@
<ClCompile Include="..\src\fileio.cpp" />
<ClCompile Include="..\src\fios.cpp" />
<ClCompile Include="..\src\fontcache.cpp" />
+ <ClCompile Include="..\src\base_consist.cpp" />
<ClCompile Include="..\src\gamelog.cpp" />
<ClCompile Include="..\src\genworld.cpp" />
<ClCompile Include="..\src\gfx.cpp" />
@@ -439,6 +440,7 @@
<ClInclude Include="..\src\fileio_type.h" />
<ClInclude Include="..\src\fios.h" />
<ClInclude Include="..\src\fontcache.h" />
+ <ClInclude Include="..\src\base_consist.h" />
<ClInclude Include="..\src\gamelog.h" />
<ClInclude Include="..\src\gamelog_internal.h" />
<ClInclude Include="..\src\genworld.h" />