summaryrefslogtreecommitdiff
path: root/src/waypoint_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/waypoint_func.h')
-rw-r--r--src/waypoint_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/waypoint_func.h b/src/waypoint_func.h
index 70069859b..0709eee49 100644
--- a/src/waypoint_func.h
+++ b/src/waypoint_func.h
@@ -10,6 +10,8 @@
#include "waypoint_type.h"
CommandCost RemoveTrainWaypoint(TileIndex tile, DoCommandFlag flags, bool justremove);
+CommandCost RemoveBuoy(TileIndex tile, DoCommandFlag flags);
+
void ShowWaypointWindow(const Waypoint *wp);
void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype);
void MakeDefaultWaypointName(Waypoint *wp);