(svn r20625) -Add: AirportTileSpec::GetByTile to simplify accessing the AirportTileSpec

This commit is contained in:
rubidium
2010-08-26 16:53:06 +00:00
parent 9982b5fd00
commit 82ef98a90a
3 changed files with 12 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ struct AirportTileSpec {
GRFFileProps grf_prop; ///< properties related the the grf file
static const AirportTileSpec *Get(StationGfx gfx);
static const AirportTileSpec *GetByTile(TileIndex tile);
static void ResetAirportTiles();