OpenTTD Source
20241108-master-g80f628063a
|
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... | |
Enumerations | |
enum | WaypointFlags { WPF_ROAD = 0 } |
Flags for Waypoint::waypoint_flags. More... | |
Base of waypoints.
Definition in file waypoint_base.h.
enum WaypointFlags |
Flags for Waypoint::waypoint_flags.
Enumerator | |
---|---|
WPF_ROAD | This is a road waypoint. |
Definition at line 18 of file waypoint_base.h.