summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station_base.h b/src/station_base.h
index deb01bfc6..61be43715 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -161,6 +161,8 @@ public:
*/
void MarkTilesDirty(bool cargo_change) const;
+ void UpdateVirtCoord();
+
uint GetPlatformLength(TileIndex tile, DiagDirection dir) const;
uint GetPlatformLength(TileIndex tile) const;
void RecomputeIndustriesNear();