From 5ab64809fe72c38d373bdbed6ffa9b6660dd69d6 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 3 Jan 2010 22:44:57 +0000 Subject: (svn r18708) -Feature: [NewGRF] Add support for custom station foundation graphics. --- src/newgrf_station.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_station.h') 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. */ -- cgit v1.2.3-54-g00ecf