equal
deleted
inserted
replaced
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 |