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