OpenTTD
|
Base of waypoints. More...
#include "base_station_base.h"
Go to the source code of this file.
Data Structures | |
struct | Waypoint |
Representation of a waypoint. More... |
Macros | |
#define | FOR_ALL_WAYPOINTS(var) FOR_ALL_BASE_STATIONS_OF_TYPE(Waypoint, var) |
Iterate over all waypoints. |
Base of waypoints.
Definition in file waypoint_base.h.
#define FOR_ALL_WAYPOINTS | ( | var | ) | FOR_ALL_BASE_STATIONS_OF_TYPE(Waypoint, var) |
Iterate over all waypoints.
var | The variable used for iteration. |
Definition at line 74 of file waypoint_base.h.
Referenced by AfterLoadGame(), ChangeOwnershipOfCompanyItems(), FindDeletedWaypointCloseTo(), and IsUniqueWaypointName().