src/ai/api/ai_airport.cpp
branchnoai
changeset 10513 33cb70ff2f5d
parent 10194 c9fdeb7450da
child 10715 6bdf79ffb022
equal deleted inserted replaced
10455:22c441f5adf9 10513:33cb70ff2f5d
     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