summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-06 20:33:22 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-06 20:33:22 +0000
commit09bb8ba10c0c808e17d72741b08be0eb4549c2f5 (patch)
tree3e95909577865aa683688e9760e70991a2347b18 /station.h
parentf1b2fcb20313152a8d826af7a8d54808530e3556 (diff)
downloadopenttd-09bb8ba10c0c808e17d72741b08be0eb4549c2f5.tar.xz
(svn r4754) - Newstations: expose default station display data via a function so we can use it (rarely) in other places.
Diffstat (limited to 'station.h')
-rw-r--r--station.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/station.h b/station.h
index 46f3e3bf0..09a6a80c5 100644
--- a/station.h
+++ b/station.h
@@ -199,6 +199,7 @@ void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int
uint GetStationPlatforms(const Station *st, TileIndex tile);
+const DrawTileSprites *GetStationTileLayout(byte gfx);
void StationPickerDrawSprite(int x, int y, RailType railtype, int image);
RoadStop * GetRoadStopByTile(TileIndex tile, RoadStopType type);