OpenTTD
|
Define basic enum properties. More...
#include <company_type.h>
Additional Inherited Members | |
![]() | |
typedef Owner | type |
enum type (i.e. Trackdir) | |
typedef byte | storage |
storage type (i.e. byte) | |
![]() | |
static const Owner | begin |
lowest valid value (i.e. TRACKDIR_BEGIN) | |
static const Owner | end |
one after the last valid value (i.e. TRACKDIR_END) | |
static const Owner | invalid |
what value is used as invalid value (i.e. INVALID_TRACKDIR) | |
static const uint | num_bits |
Number of bits for storing the enum in command parameters. |
Define basic enum properties.
Definition at line 47 of file company_type.h.