diff options
author | rubidium <rubidium@openttd.org> | 2014-09-20 15:46:44 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-09-20 15:46:44 +0000 |
commit | 9e0f4b3847469194856cc24e6ce666edf9d78fa2 (patch) | |
tree | 22273aedab16b095f6f6e8e81d6263e9df708f28 /projects | |
parent | 6c2abf0930c23e7da82a892fb37c97786c245c00 (diff) | |
download | openttd-9e0f4b3847469194856cc24e6ce666edf9d78fa2.tar.xz |
(svn r26864) -Codechange: bring a bit more OO into the disaster vehicles
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 9 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 12 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 12 |
4 files changed, 24 insertions, 12 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 6c22fc603..eacfd35e1 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -311,6 +311,7 @@ <ClCompile Include="..\src\debug.cpp" /> <ClCompile Include="..\src\dedicated.cpp" /> <ClCompile Include="..\src\depot.cpp" /> + <ClCompile Include="..\src\disaster_vehicle.cpp" /> <ClCompile Include="..\src\driver.cpp" /> <ClCompile Include="..\src\economy.cpp" /> <ClCompile Include="..\src\effectvehicle.cpp" /> @@ -437,6 +438,7 @@ <ClInclude Include="..\src\depot_type.h" /> <ClInclude Include="..\src\direction_func.h" /> <ClInclude Include="..\src\direction_type.h" /> + <ClInclude Include="..\src\disaster_vehicle.h" /> <ClInclude Include="..\src\music\dmusic.h" /> <ClInclude Include="..\src\driver.h" /> <ClInclude Include="..\src\economy_base.h" /> @@ -805,7 +807,6 @@ <ClCompile Include="..\src\clear_cmd.cpp" /> <ClCompile Include="..\src\company_cmd.cpp" /> <ClCompile Include="..\src\depot_cmd.cpp" /> - <ClCompile Include="..\src\disaster_cmd.cpp" /> <ClCompile Include="..\src\group_cmd.cpp" /> <ClCompile Include="..\src\industry_cmd.cpp" /> <ClCompile Include="..\src\misc_cmd.cpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 6c95caac2..214b69ace 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -162,6 +162,9 @@ <ClCompile Include="..\src\depot.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\src\disaster_vehicle.cpp"> + <Filter>Source Files</Filter> + </ClCompile> <ClCompile Include="..\src\driver.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -540,6 +543,9 @@ <ClInclude Include="..\src\direction_type.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="..\src\disaster_vehicle.h"> + <Filter>Header Files</Filter> + </ClInclude> <ClInclude Include="..\src\music\dmusic.h"> <Filter>Header Files</Filter> </ClInclude> @@ -1644,9 +1650,6 @@ <ClCompile Include="..\src\depot_cmd.cpp"> <Filter>Command handlers</Filter> </ClCompile> - <ClCompile Include="..\src\disaster_cmd.cpp"> - <Filter>Command handlers</Filter> - </ClCompile> <ClCompile Include="..\src\group_cmd.cpp"> <Filter>Command handlers</Filter> </ClCompile> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index b121557af..dcb7423a0 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -515,6 +515,10 @@ > </File> <File + RelativePath=".\..\src\disaster_vehicle.cpp" + > + </File> + <File RelativePath=".\..\src\driver.cpp" > </File> @@ -1023,6 +1027,10 @@ > </File> <File + RelativePath=".\..\src\disaster_vehicle.h" + > + </File> + <File RelativePath=".\..\src\music\dmusic.h" > </File> @@ -2511,10 +2519,6 @@ > </File> <File - RelativePath=".\..\src\disaster_cmd.cpp" - > - </File> - <File RelativePath=".\..\src\group_cmd.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 1493a2e00..47fc9b08a 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -512,6 +512,10 @@ > </File> <File + RelativePath=".\..\src\disaster_vehicle.cpp" + > + </File> + <File RelativePath=".\..\src\driver.cpp" > </File> @@ -1020,6 +1024,10 @@ > </File> <File + RelativePath=".\..\src\disaster_vehicle.h" + > + </File> + <File RelativePath=".\..\src\music\dmusic.h" > </File> @@ -2508,10 +2516,6 @@ > </File> <File - RelativePath=".\..\src\disaster_cmd.cpp" - > - </File> - <File RelativePath=".\..\src\group_cmd.cpp" > </File> |