#include <newgrf_station.h>
Data Fields | |
uint32 | id |
ID of this class, e.g. 'DFLT', 'WAYP', etc. | |
StringID | name |
Name of this class. | |
uint | stations |
Number of stations in this class. | |
StationSpec ** | spec |
Array of station specifications. |
Definition at line 113 of file newgrf_station.h.