summaryrefslogtreecommitdiff
path: root/src/waypoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/waypoint.h')
-rw-r--r--src/waypoint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/waypoint.h b/src/waypoint.h
index c7d151350..f6d5a317d 100644
--- a/src/waypoint.h
+++ b/src/waypoint.h
@@ -32,6 +32,8 @@ struct Waypoint : WaypointPool::PoolItem<&_waypoint_pool>, SpecializedStation<Wa
/* virtual */ uint32 GetNewGRFVariable(const struct ResolverObject *object, byte variable, byte parameter, bool *available) const;
+ /* virtual */ void GetTileArea(TileArea *ta, StationType type) const;
+
void AssignStationSpec(uint index);
/**