1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.

This commit is contained in:
maedhros
2007-06-01 11:41:02 +00:00
parent dce1101039
commit ab8503f5a5
7 changed files with 113 additions and 69 deletions

View File

@@ -163,6 +163,9 @@
<File
RelativePath=".\..\src\airport.cpp">
</File>
<File
RelativePath=".\..\src\articulated_vehicles.cpp">
</File>
<File
RelativePath=".\..\src\autoreplace_cmd.cpp">
</File>
@@ -386,6 +389,9 @@
<File
RelativePath=".\..\src\airport_movement.h">
</File>
<File
RelativePath=".\..\src\autoreplace_cmd.h">
</File>
<File
RelativePath=".\..\src\aystar.h">
</File>

View File

@@ -447,6 +447,10 @@
RelativePath=".\..\src\airport.cpp"
>
</File>
<File
RelativePath=".\..\src\articulated_vehicles.cpp"
>
</File>
<File
RelativePath=".\..\src\autoreplace_cmd.cpp"
>
@@ -743,6 +747,10 @@
RelativePath=".\..\src\airport_movement.h"
>
</File>
<File
RelativePath=".\..\src\autoreplace_cmd.h"
>
</File>
<File
RelativePath=".\..\src\aystar.h"
>