summaryrefslogtreecommitdiff
path: root/newgrf_station.h
diff options
context:
space:
mode:
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);