summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'station.h')
-rw-r--r--station.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/station.h b/station.h
index 2869708d5..f44d55c00 100644
--- a/station.h
+++ b/station.h
@@ -41,6 +41,12 @@ typedef struct RoadStop {
struct RoadStop *prev;
} RoadStop;
+typedef struct StationSpecList {
+ const StationSpec *spec;
+ uint32 grfid; /// GRF ID of this custom station
+ uint8 localidx; /// Station ID within GRF of station
+} StationSpecList;
+
struct Station {
TileIndex xy;
RoadStop *bus_stops;
@@ -65,6 +71,10 @@ struct Station {
// trainstation width/height
byte trainst_w, trainst_h;
+ /** List of custom stations (StationSpecs) allocated to the station */
+ uint num_specs;
+ StationSpecList *speclist;
+
uint16 build_date;
//uint16 airport_flags;