(svn r16989) -Codechange: unify the code for demolishing (dynamite) stations and waypoints.

This commit is contained in:
rubidium
2009-07-29 22:13:12 +00:00
parent 34cb882127
commit df1c950d6a
3 changed files with 43 additions and 54 deletions

View File

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