From 66bf4f863dc4e98a16772f661f6b3e214c3d92f1 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 16 Oct 2005 09:13:04 +0000 Subject: (svn r3049) Replace byte/int/uint by RailType where appropriate --- station.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'station.h') 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; -- cgit v1.2.3-54-g00ecf