|
OpenTTD Source 20251104-master-g3befbdd52f
|
Base types related to transport. More...
#include "core/enum_type.hpp"Go to the source code of this file.
Typedefs | |
| typedef uint16_t | UnitID |
| Type for the company global vehicle unit number. | |
Enumerations | |
| enum | TransportType : uint8_t { TRANSPORT_BEGIN = 0 , TRANSPORT_RAIL = TRANSPORT_BEGIN , TRANSPORT_ROAD , TRANSPORT_WATER , TRANSPORT_AIR , TRANSPORT_END , INVALID_TRANSPORT = 0xff } |
| Available types of transport. More... | |
Base types related to transport.
Definition in file transport_type.h.
| typedef uint16_t UnitID |
Type for the company global vehicle unit number.
Definition at line 16 of file transport_type.h.
| enum TransportType : uint8_t |
Available types of transport.
Definition at line 19 of file transport_type.h.