summaryrefslogtreecommitdiff
path: root/src/waypoint_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-23 00:14:05 +0000
committerrubidium <rubidium@openttd.org>2009-07-23 00:14:05 +0000
commitf48cc9d4bf9c3b29a747c04ff72d2ed160609296 (patch)
treeb1d3624f809b8c959b30ee323d51094aeacb05af /src/waypoint_func.h
parentb04ba7dcea92039c2e04f6ce9280fa3d488ebc3f (diff)
downloadopenttd-f48cc9d4bf9c3b29a747c04ff72d2ed160609296.tar.xz
(svn r16923) -Codechange: move Cmd*Buoy* to waypoint_cmd.cpp and make them behave more like waypoints, e.g. reuse station signs of recently deleted buoys
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);