summaryrefslogtreecommitdiff
path: root/newgrf_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 /newgrf_station.h
parenta7a194c4df25659ef71a2fd4c257a73428b4f837 (diff)
downloadopenttd-10992deeb3be7b555246222d0f9242145c5ea3b2.tar.xz
(svn r4757) - Newstations: add saveload support for custom station speclists
Diffstat (limited to 'newgrf_station.h')
-rw-r--r--newgrf_station.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf_station.h b/newgrf_station.h
index 50b4dc6ea..bea4535a3 100644
--- a/newgrf_station.h
+++ b/newgrf_station.h
@@ -94,6 +94,7 @@ uint GetNumCustomStations(StationClassID sclass);
void SetCustomStationSpec(StationSpec *statspec);
const StationSpec *GetCustomStationSpec(StationClassID sclass, uint station);
+const StationSpec *GetCustomStationSpecByGrf(uint32 grfid, byte localidx);
/* Get sprite offset for a given custom station and station structure (may be
* NULL - that means we are in a build dialog). The station structure is used