(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords

This commit is contained in:
rubidium
2009-07-18 08:41:58 +00:00
parent f129634f52
commit 8c17c6cb2b
7 changed files with 11 additions and 17 deletions

View File

@@ -51,6 +51,5 @@ struct Waypoint : WaypointPool::PoolItem<&_waypoint_pool>, BaseStation {
CommandCost RemoveTrainWaypoint(TileIndex tile, DoCommandFlag flags, bool justremove);
void ShowWaypointWindow(const Waypoint *wp);
void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype);
void UpdateAllWaypointVirtCoords();
#endif /* WAYPOINT_H */