station.h
changeset 2520 75eb66d6e371
parent 2498 befad2fe53d2
child 2548 97ada3bd2702
--- a/station.h	Sun Oct 16 07:58:15 2005 +0000
+++ b/station.h	Sun Oct 16 09:13:04 2005 +0000
@@ -193,6 +193,9 @@
 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;