summaryrefslogtreecommitdiff
path: root/newgrf_station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-04-23 18:37:06 +0000
committerpeter1138 <peter1138@openttd.org>2006-04-23 18:37:06 +0000
commitb4ba26bce7a546dccc526aca75068a3fbaf6af5f (patch)
treee57b71a10c177e0c31af9cf1b413ab924f5d04e2 /newgrf_station.h
parent87e994c25befa118bd050add511a46582dcbd3e2 (diff)
downloadopenttd-b4ba26bce7a546dccc526aca75068a3fbaf6af5f.tar.xz
(svn r4551) - NewGRF: add string handling for newstations.
Diffstat (limited to 'newgrf_station.h')
-rw-r--r--newgrf_station.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newgrf_station.h b/newgrf_station.h
index 5f6c630ef..64eaeec41 100644
--- a/newgrf_station.h
+++ b/newgrf_station.h
@@ -84,6 +84,10 @@ typedef struct stationclass {
void ResetStationClasses(void);
StationClassID AllocateStationClass(uint32 class);
+void SetStationClassName(StationClassID sclass, StringID name);
+StringID GetStationClassName(StationClassID sclass);
+StringID *BuildStationClassDropdown(void);
+
uint GetNumStationClasses(void);
uint GetNumCustomStations(StationClassID sclass);