|
OpenTTD Source
1.11.0-beta2
|
#include "core/enum_type.hpp"Go to the source code of this file.
Data Structures | |
| struct | EnumPropsT< TransportType > |
| Helper information for extract tool. More... | |
Typedefs | |
| typedef uint16 | UnitID |
| Type for the company global vehicle unit number. | |
Enumerations | |
| enum | TransportType { 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 |
Available types of transport.
Definition at line 19 of file transport_type.h.