(svn r4754) - Newstations: expose default station display data via a function so we can use it (rarely) in other places.

This commit is contained in:
peter1138
2006-05-06 20:33:22 +00:00
parent f1b2fcb203
commit 09bb8ba10c
3 changed files with 11 additions and 1 deletions

View File

@@ -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);