station.h
changeset 5220 f96f67f4250e
parent 5216 d581e4db95b6
child 5247 c3eece01af11
--- a/station.h	Sun Dec 03 17:54:28 2006 +0000
+++ b/station.h	Sun Dec 03 18:28:42 2006 +0000
@@ -210,6 +210,7 @@
 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);
+void MarkStationTilesDirty(const Station *st);
 
 
 const DrawTileSprites *GetStationTileLayout(byte gfx);