summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-06-01 09:41:35 +0000
committercelestar <celestar@openttd.org>2006-06-01 09:41:35 +0000
commit65a6286345445ff29153dff66b07938113d4e521 (patch)
tree1237eb340fcae47dd0705064319849a06becbec1 /station.h
parentf8982917ea8bd4cb2419cc423c1293bb341c92f9 (diff)
downloadopenttd-65a6286345445ff29153dff66b07938113d4e521.tar.xz
(svn r5063) -Codechange: Add a function to determine the length of a platform (request by KUDr)
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 f6907a570..dd59b1ba9 100644
--- a/station.h
+++ b/station.h
@@ -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);