forked from mirror/OpenTTD
(svn r17000) -Change: allow overbuilding/extending waypoints
This commit is contained in:
@@ -5,12 +5,14 @@
|
||||
#ifndef WAYPOINT_FUNC_H
|
||||
#define WAYPOINT_FUNC_H
|
||||
|
||||
#include "direction_type.h"
|
||||
#include "rail_type.h"
|
||||
#include "command_type.h"
|
||||
#include "station_type.h"
|
||||
|
||||
CommandCost RemoveBuoy(TileIndex tile, DoCommandFlag flags);
|
||||
|
||||
Axis GetAxisForNewWaypoint(TileIndex tile);
|
||||
void ShowWaypointWindow(const Waypoint *wp);
|
||||
void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype);
|
||||
void MakeDefaultWaypointName(Waypoint *wp);
|
||||
|
Reference in New Issue
Block a user