OpenTTD Source  20240915-master-g3784a3d3d6
waypoint_base.h File Reference

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...
 

Detailed Description

Base of waypoints.

Definition in file waypoint_base.h.

Enumeration Type Documentation

◆ WaypointFlags

Flags for Waypoint::waypoint_flags.

Enumerator
WPF_ROAD 

This is a road waypoint.

Definition at line 18 of file waypoint_base.h.