File diff r12423:199e8b46a11b → r12424:d9959af3645c
src/waypoint.h
Show inline comments
 
@@ -51,6 +51,5 @@ struct Waypoint : WaypointPool::PoolItem
 
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 */