#include "road_map.h"
#include "rail_map.h"
#include "water_map.h"
#include "station_map.h"
Go to the source code of this file.
Functions | |
static bool | IsDepotTypeTile (TileIndex tile, TransportType type) |
Check if a tile is a depot and it is a depot of the given type. | |
static bool | IsDepotTile (TileIndex tile) |
Is the given tile a tile with a depot on it? |
Definition in file depot_map.h.
static bool IsDepotTile | ( | TileIndex | tile | ) | [inline, static] |
Is the given tile a tile with a depot on it?
tile | the tile to check |
Definition at line 36 of file depot_map.h.
References IsRailDepotTile().
Referenced by CmdDepotMassAutoReplace().