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
commit10992deeb3be7b555246222d0f9242145c5ea3b2 (patch)
treee5cbe9866001cd8c1d607bbd74d53aa35c863841 /station.h
parenta7a194c4df25659ef71a2fd4c257a73428b4f837 (diff)
downloadopenttd-10992deeb3be7b555246222d0f9242145c5ea3b2.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);