(svn r18805) -Codechange: move airport_movement.h to table/

This commit is contained in:
rubidium 2010-01-15 10:55:43 +00:00
parent 4ecb3eb33c
commit ca167791b6
5 changed files with 10 additions and 10 deletions

View File

@ -755,10 +755,6 @@
RelativePath=".\..\src\airport.h"
>
</File>
<File
RelativePath=".\..\src\airport_movement.h"
>
</File>
<File
RelativePath=".\..\src\animated_tile_func.h"
>
@ -2171,6 +2167,10 @@
<Filter
Name="Tables"
>
<File
RelativePath=".\..\src\table\airport_movement.h"
>
</File>
<File
RelativePath=".\..\src\table\animcursors.h"
>

View File

@ -752,10 +752,6 @@
RelativePath=".\..\src\airport.h"
>
</File>
<File
RelativePath=".\..\src\airport_movement.h"
>
</File>
<File
RelativePath=".\..\src\animated_tile_func.h"
>
@ -2168,6 +2164,10 @@
<Filter
Name="Tables"
>
<File
RelativePath=".\..\src\table\airport_movement.h"
>
</File>
<File
RelativePath=".\..\src\table\animcursors.h"
>

View File

@ -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

View File

@ -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"