OpenTTD Source 20250205-master-gfd85ab1e2c
|
Struct containing TileIndex and StationID. More...
Data Fields | |
TileIndex | tile |
TileIndex. | |
StationID | station |
StationID. | |
Struct containing TileIndex and StationID.
Definition at line 2191 of file station_gui.cpp.
StationID TileAndStation::station |
StationID.
Definition at line 2193 of file station_gui.cpp.
TileIndex TileAndStation::tile |
TileIndex.
Definition at line 2192 of file station_gui.cpp.