equal
deleted
inserted
replaced
7 #include "../../openttd.h" |
7 #include "../../openttd.h" |
8 #include "../../variables.h" |
8 #include "../../variables.h" |
9 #include "../../station_map.h" |
9 #include "../../station_map.h" |
10 #include "../../player_func.h" |
10 #include "../../player_func.h" |
11 #include "../../settings_type.h" |
11 #include "../../settings_type.h" |
|
12 #include "../../command_type.h" |
12 |
13 |
13 /* static */ bool AIAirport::IsHangarTile(TileIndex tile) |
14 /* static */ bool AIAirport::IsHangarTile(TileIndex tile) |
14 { |
15 { |
15 if (!::IsValidTile(tile)) return false; |
16 if (!::IsValidTile(tile)) return false; |
16 |
17 |