src/ai/api/ai_road.cpp
branchnoai
changeset 10513 33cb70ff2f5d
parent 10339 ce6cd68d9eb8
child 10668 495789401303
equal deleted inserted replaced
10455:22c441f5adf9 10513:33cb70ff2f5d
     4 
     4 
     5 #include "ai_road.hpp"
     5 #include "ai_road.hpp"
     6 #include "../../openttd.h"
     6 #include "../../openttd.h"
     7 #include "../../road_map.h"
     7 #include "../../road_map.h"
     8 #include "../../station_map.h"
     8 #include "../../station_map.h"
       
     9 #include "../../command_type.h"
     9 
    10 
    10 /* static */ bool AIRoad::IsRoadTile(TileIndex tile)
    11 /* static */ bool AIRoad::IsRoadTile(TileIndex tile)
    11 {
    12 {
    12 	if (!::IsValidTile(tile)) return false;
    13 	if (!::IsValidTile(tile)) return false;
    13 
    14