mirror of https://github.com/OpenTTD/OpenTTD
(svn r18805) -Codechange: move airport_movement.h to table/
parent
4ecb3eb33c
commit
ca167791b6
|
@ -755,10 +755,6 @@
|
||||||
RelativePath=".\..\src\airport.h"
|
RelativePath=".\..\src\airport.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\airport_movement.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\animated_tile_func.h"
|
RelativePath=".\..\src\animated_tile_func.h"
|
||||||
>
|
>
|
||||||
|
@ -2171,6 +2167,10 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="Tables"
|
Name="Tables"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\table\airport_movement.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\table\animcursors.h"
|
RelativePath=".\..\src\table\animcursors.h"
|
||||||
>
|
>
|
||||||
|
|
|
@ -752,10 +752,6 @@
|
||||||
RelativePath=".\..\src\airport.h"
|
RelativePath=".\..\src\airport.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\airport_movement.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\animated_tile_func.h"
|
RelativePath=".\..\src\animated_tile_func.h"
|
||||||
>
|
>
|
||||||
|
@ -2168,6 +2164,10 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="Tables"
|
Name="Tables"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\table\airport_movement.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\table\animcursors.h"
|
RelativePath=".\..\src\table\animcursors.h"
|
||||||
>
|
>
|
||||||
|
|
|
@ -98,7 +98,6 @@ window.cpp
|
||||||
#end
|
#end
|
||||||
aircraft.h
|
aircraft.h
|
||||||
airport.h
|
airport.h
|
||||||
airport_movement.h
|
|
||||||
animated_tile_func.h
|
animated_tile_func.h
|
||||||
articulated_vehicles.h
|
articulated_vehicles.h
|
||||||
autoreplace_base.h
|
autoreplace_base.h
|
||||||
|
@ -473,6 +472,7 @@ saveload/vehicle_sl.cpp
|
||||||
saveload/waypoint_sl.cpp
|
saveload/waypoint_sl.cpp
|
||||||
|
|
||||||
# Tables
|
# Tables
|
||||||
|
table/airport_movement.h
|
||||||
table/animcursors.h
|
table/animcursors.h
|
||||||
table/autorail.h
|
table/autorail.h
|
||||||
table/bridge_land.h
|
table/bridge_land.h
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "airport.h"
|
#include "airport.h"
|
||||||
#include "airport_movement.h"
|
#include "table/airport_movement.h"
|
||||||
#include "core/alloc_func.hpp"
|
#include "core/alloc_func.hpp"
|
||||||
#include "date_func.h"
|
#include "date_func.h"
|
||||||
#include "settings_type.h"
|
#include "settings_type.h"
|
||||||
|
|
Loading…
Reference in New Issue