summaryrefslogtreecommitdiff
path: root/projects
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
parent77b5e7254118049bb5d7332b67a151f402ec31c9 (diff)
downloadopenttd-4c9f65800be7f5a05722c18c559d74e3c1fe6711.tar.xz
(svn r24442) -Codechange: Split some members of Vehicle into a new class BaseConsist.
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs100.vcxproj2
-rw-r--r--projects/openttd_vs100.vcxproj.filters6
-rw-r--r--projects/openttd_vs80.vcproj8
-rw-r--r--projects/openttd_vs90.vcproj8
4 files changed, 24 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" />
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index d1e9d7971..34a8b4d00 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -180,6 +180,9 @@
<ClCompile Include="..\src\fontcache.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\src\base_consist.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\src\gamelog.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -546,6 +549,9 @@
<ClInclude Include="..\src\fontcache.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\src\base_consist.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
<ClInclude Include="..\src\gamelog.h">
<Filter>Header Files</Filter>
</ClInclude>
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 310b64dc8..c6e3e595f 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -539,6 +539,10 @@
>
</File>
<File
+ RelativePath=".\..\src\base_consist.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\gamelog.cpp"
>
</File>
@@ -1031,6 +1035,10 @@
>
</File>
<File
+ RelativePath=".\..\src\base_consist.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\gamelog.h"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 4be6956f6..b5155a469 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -536,6 +536,10 @@
>
</File>
<File
+ RelativePath=".\..\src\base_consist.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\gamelog.cpp"
>
</File>
@@ -1028,6 +1032,10 @@
>
</File>
<File
+ RelativePath=".\..\src\base_consist.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\gamelog.h"
>
</File>