summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'station.h')
-rw-r--r--station.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/station.h b/station.h
index f7d7850ac..1483981f2 100644
--- a/station.h
+++ b/station.h
@@ -193,6 +193,9 @@ void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int
uint GetStationPlatforms(const Station *st, TileIndex tile);
+void StationPickerDrawSprite(int x, int y, RailType railtype, int image);
+
+
/* Station layout for given dimensions - it is a two-dimensional array
* where index is computed as (x * platforms) + platform. */
typedef byte *StationLayout;