summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-16 09:13:04 +0000
committertron <tron@openttd.org>2005-10-16 09:13:04 +0000
commit66bf4f863dc4e98a16772f661f6b3e214c3d92f1 (patch)
tree3d8e77c53a48b7cf354777fe120740126f2a7615 /station.h
parentab657338ec74150e083f2b04a2c3975e1546ad13 (diff)
downloadopenttd-66bf4f863dc4e98a16772f661f6b3e214c3d92f1.tar.xz
(svn r3049) Replace byte/int/uint by RailType where appropriate
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;