summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-06 21:46:26 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-06 21:46:26 +0000
commit6b8b8395e46f1771021edf73c2cac6a2f149e12b (patch)
treee5cbe9866001cd8c1d607bbd74d53aa35c863841 /station.h
parentdb77493ac0bf3a66a55683a469dc106641895d19 (diff)
downloadopenttd-6b8b8395e46f1771021edf73c2cac6a2f149e12b.tar.xz
(svn r4757) - Newstations: add saveload support for custom station speclists
Diffstat (limited to 'station.h')
-rw-r--r--station.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/station.h b/station.h
index 09a6a80c5..5f2a36dad 100644
--- a/station.h
+++ b/station.h
@@ -194,6 +194,7 @@ static inline uint16 GetRoadStopPoolSize(void)
VARDEF bool _station_sort_dirty[MAX_PLAYERS];
VARDEF bool _global_station_sort_dirty;
+void AfterLoadStations(void);
void GetProductionAroundTiles(AcceptedCargo produced, TileIndex tile, int w, int h, int rad);
void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int h, int rad);
uint GetStationPlatforms(const Station *st, TileIndex tile);