(svn r5063) -Codechange: Add a function to determine the length of a platform (request by KUDr)

This commit is contained in:
celestar
2006-06-01 09:41:35 +00:00
parent 81f48c78a7
commit 0b72bcdcaa
3 changed files with 25 additions and 6 deletions

View File

@@ -200,6 +200,7 @@ void AfterLoadStations(void);
void GetProductionAroundTiles(AcceptedCargo produced, TileIndex tile, int w, int h, int rad);
void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int h, int rad);
uint GetStationPlatforms(const Station *st, TileIndex tile);
uint GetPlatformLength(TileIndex tile, DiagDirection dir);
const DrawTileSprites *GetStationTileLayout(byte gfx);