summaryrefslogtreecommitdiff
path: root/src/newgrf_station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2010-01-03 22:44:57 +0000
committerpeter1138 <peter1138@openttd.org>2010-01-03 22:44:57 +0000
commit5ab64809fe72c38d373bdbed6ffa9b6660dd69d6 (patch)
tree49b0a7ac404ffab434ecb124ee9931f0e11d8c7e /src/newgrf_station.h
parent9e2ccca327b309da98217e92f133619a30cc4038 (diff)
downloadopenttd-5ab64809fe72c38d373bdbed6ffa9b6660dd69d6.tar.xz
(svn r18708) -Feature: [NewGRF] Add support for custom station foundation graphics.
Diffstat (limited to 'src/newgrf_station.h')
-rw-r--r--src/newgrf_station.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_station.h b/src/newgrf_station.h
index 25d5831c7..b7cab7db9 100644
--- a/src/newgrf_station.h
+++ b/src/newgrf_station.h
@@ -139,6 +139,7 @@ uint32 GetPlatformInfo(Axis axis, byte tile, int platforms, int length, int x, i
* for variational sprite groups. */
SpriteID GetCustomStationRelocation(const StationSpec *statspec, const BaseStation *st, TileIndex tile);
SpriteID GetCustomStationGroundRelocation(const StationSpec *statspec, const BaseStation *st, TileIndex tile);
+SpriteID GetCustomStationFoundationRelocation(const StationSpec *statspec, const BaseStation *st, TileIndex tile);
uint16 GetStationCallback(CallbackID callback, uint32 param1, uint32 param2, const StationSpec *statspec, const BaseStation *st, TileIndex tile);
/* Allocate a StationSpec to a Station. This is called once per build operation. */