|
OpenTTD Source
14.0-beta3
|
#include "airport.h"#include "station_map.h"#include "newgrf_animation_type.h"#include "newgrf_commons.h"#include "newgrf_spritegroup.h"#include "station_base.h"Go to the source code of this file.
Data Structures | |
| struct | AirportTileScopeResolver |
| Scope resolver for handling the tiles of an airport. More... | |
| struct | AirportTileResolverObject |
| Resolver for tiles of an airport. More... | |
| struct | AirportTileSpec |
| Defines the data structure of each individual tile of an airport. More... | |
Functions | |
| void | AnimateAirportTile (TileIndex tile) |
| void | AirportTileAnimationTrigger (Station *st, TileIndex tile, AirpAnimationTrigger trigger, CargoID cargo_type=INVALID_CARGO) |
| void | AirportAnimationTrigger (Station *st, AirpAnimationTrigger trigger, CargoID cargo_type=INVALID_CARGO) |
| bool | DrawNewAirportTile (TileInfo *ti, Station *st, const AirportTileSpec *airts) |
NewGRF handling of airport tiles.
Definition in file newgrf_airporttiles.h.