(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp

This commit is contained in:
rubidium
2008-04-20 11:12:07 +00:00
parent f55ffd14bd
commit b139756e2b
20 changed files with 793 additions and 664 deletions

View File

@@ -459,6 +459,10 @@
RelativePath=".\..\src\core\alloc_func.cpp"
>
</File>
<File
RelativePath=".\..\src\animated_tile.cpp"
>
</File>
<File
RelativePath=".\..\src\articulated_vehicles.cpp"
>
@@ -543,6 +547,10 @@
RelativePath=".\..\src\economy.cpp"
>
</File>
<File
RelativePath=".\..\src\effectvehicle.cpp"
>
</File>
<File
RelativePath=".\..\src\elrail.cpp"
>
@@ -811,6 +819,10 @@
RelativePath=".\..\src\core\alloc_type.hpp"
>
</File>
<File
RelativePath=".\..\src\animated_tile_func.h"
>
</File>
<File
RelativePath=".\..\src\articulated_vehicles.h"
>
@@ -963,6 +975,14 @@
RelativePath=".\..\src\economy_type.h"
>
</File>
<File
RelativePath=".\..\src\effectvehicle_func.h"
>
</File>
<File
RelativePath=".\..\src\effectvehicle_base.h"
>
</File>
<File
RelativePath=".\..\src\core\endian_func.hpp"
>

View File

@@ -456,6 +456,10 @@
RelativePath=".\..\src\core\alloc_func.cpp"
>
</File>
<File
RelativePath=".\..\src\animated_tile.cpp"
>
</File>
<File
RelativePath=".\..\src\articulated_vehicles.cpp"
>
@@ -540,6 +544,10 @@
RelativePath=".\..\src\economy.cpp"
>
</File>
<File
RelativePath=".\..\src\effectvehicle.cpp"
>
</File>
<File
RelativePath=".\..\src\elrail.cpp"
>
@@ -808,6 +816,10 @@
RelativePath=".\..\src\core\alloc_type.hpp"
>
</File>
<File
RelativePath=".\..\src\animated_tile_func.h"
>
</File>
<File
RelativePath=".\..\src\articulated_vehicles.h"
>
@@ -960,6 +972,14 @@
RelativePath=".\..\src\economy_type.h"
>
</File>
<File
RelativePath=".\..\src\effectvehicle_func.h"
>
</File>
<File
RelativePath=".\..\src\effectvehicle_base.h"
>
</File>
<File
RelativePath=".\..\src\core\endian_func.hpp"
>