|
OpenTTD Source
14.0-beta1
|
#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 : byte { 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.
| enum TransportType : byte |
Available types of transport.
Definition at line 19 of file transport_type.h.