(svn r16988) -Codechange: unify the code for removing (parts of) stations and waypoints

This commit is contained in:
rubidium
2009-07-29 22:09:05 +00:00
parent e6480d823a
commit 959a5e690b
4 changed files with 94 additions and 59 deletions

View File

@@ -9,7 +9,7 @@
#include "command_type.h"
#include "station_type.h"
CommandCost RemoveTrainWaypoint(TileIndex tile, DoCommandFlag flags, bool justremove);
CommandCost RemoveTrainWaypoint(TileIndex tile, DoCommandFlag flags);
CommandCost RemoveBuoy(TileIndex tile, DoCommandFlag flags);
void ShowWaypointWindow(const Waypoint *wp);