diff options
author | rubidium <rubidium@openttd.org> | 2008-04-20 11:12:07 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-20 11:12:07 +0000 |
commit | b139756e2ba70431364b21a5b49950fc991dbdef (patch) | |
tree | dd68b4e6a0cf26c8d4091dc8be264021cfb88c35 /projects | |
parent | f55ffd14bdaa85f9eb7c22c442f46169f63137be (diff) | |
download | openttd-b139756e2ba70431364b21a5b49950fc991dbdef.tar.xz |
(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 20 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 60c7d8458..b6a6c66b4 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -460,6 +460,10 @@ > </File> <File + RelativePath=".\..\src\animated_tile.cpp" + > + </File> + <File RelativePath=".\..\src\articulated_vehicles.cpp" > </File> @@ -544,6 +548,10 @@ > </File> <File + RelativePath=".\..\src\effectvehicle.cpp" + > + </File> + <File RelativePath=".\..\src\elrail.cpp" > </File> @@ -812,6 +820,10 @@ > </File> <File + RelativePath=".\..\src\animated_tile_func.h" + > + </File> + <File RelativePath=".\..\src\articulated_vehicles.h" > </File> @@ -964,6 +976,14 @@ > </File> <File + RelativePath=".\..\src\effectvehicle_func.h" + > + </File> + <File + RelativePath=".\..\src\effectvehicle_base.h" + > + </File> + <File RelativePath=".\..\src\core\endian_func.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 92d2a4e48..480c3a969 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -457,6 +457,10 @@ > </File> <File + RelativePath=".\..\src\animated_tile.cpp" + > + </File> + <File RelativePath=".\..\src\articulated_vehicles.cpp" > </File> @@ -541,6 +545,10 @@ > </File> <File + RelativePath=".\..\src\effectvehicle.cpp" + > + </File> + <File RelativePath=".\..\src\elrail.cpp" > </File> @@ -809,6 +817,10 @@ > </File> <File + RelativePath=".\..\src\animated_tile_func.h" + > + </File> + <File RelativePath=".\..\src\articulated_vehicles.h" > </File> @@ -961,6 +973,14 @@ > </File> <File + RelativePath=".\..\src\effectvehicle_func.h" + > + </File> + <File + RelativePath=".\..\src\effectvehicle_base.h" + > + </File> + <File RelativePath=".\..\src\core\endian_func.hpp" > </File> |