diff options
author | rubidium <rubidium@openttd.org> | 2010-01-15 10:55:43 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-01-15 10:55:43 +0000 |
commit | ca167791b6a91df8e210b2e21aeb5c5b25942096 (patch) | |
tree | 07296946924c905e256716f33075656bf6b140d3 | |
parent | 4ecb3eb33c67c880bbbf08b5aff5483fe9bfb7d6 (diff) | |
download | openttd-ca167791b6a91df8e210b2e21aeb5c5b25942096.tar.xz |
(svn r18805) -Codechange: move airport_movement.h to table/
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 | ||||
-rw-r--r-- | source.list | 2 | ||||
-rw-r--r-- | src/airport.cpp | 2 | ||||
-rw-r--r-- | src/table/airport_movement.h (renamed from src/airport_movement.h) | 0 |
5 files changed, 10 insertions, 10 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 87922546d..782c1e08d 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -756,10 +756,6 @@ > </File> <File - RelativePath=".\..\src\airport_movement.h" - > - </File> - <File RelativePath=".\..\src\animated_tile_func.h" > </File> @@ -2172,6 +2168,10 @@ Name="Tables" > <File + RelativePath=".\..\src\table\airport_movement.h" + > + </File> + <File RelativePath=".\..\src\table\animcursors.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index bb6c86dd1..641b65e21 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -753,10 +753,6 @@ > </File> <File - RelativePath=".\..\src\airport_movement.h" - > - </File> - <File RelativePath=".\..\src\animated_tile_func.h" > </File> @@ -2169,6 +2165,10 @@ Name="Tables" > <File + RelativePath=".\..\src\table\airport_movement.h" + > + </File> + <File RelativePath=".\..\src\table\animcursors.h" > </File> diff --git a/source.list b/source.list index 3665c0bb7..6ad8e067b 100644 --- a/source.list +++ b/source.list @@ -98,7 +98,6 @@ window.cpp #end aircraft.h airport.h -airport_movement.h animated_tile_func.h articulated_vehicles.h autoreplace_base.h @@ -473,6 +472,7 @@ saveload/vehicle_sl.cpp saveload/waypoint_sl.cpp # Tables +table/airport_movement.h table/animcursors.h table/autorail.h table/bridge_land.h diff --git a/src/airport.cpp b/src/airport.cpp index 97ab711ba..f4168f924 100644 --- a/src/airport.cpp +++ b/src/airport.cpp @@ -12,7 +12,7 @@ #include "stdafx.h" #include "debug.h" #include "airport.h" -#include "airport_movement.h" +#include "table/airport_movement.h" #include "core/alloc_func.hpp" #include "date_func.h" #include "settings_type.h" diff --git a/src/airport_movement.h b/src/table/airport_movement.h index 426a04c9e..426a04c9e 100644 --- a/src/airport_movement.h +++ b/src/table/airport_movement.h |