|
OpenTTD Source 20260711-master-g3fb3006dff
|
Commonly used types for the NewGRF implementation. More...
Go to the source code of this file.
Typedefs | |
| using | GrfID = uint32_t |
| The unique identifier of a NewGRF. | |
Variables | |
| static const GrfID | INVALID_GRFID = 0xFFFFFFFF |
| An invalid NewGRF. | |
Commonly used types for the NewGRF implementation.
Definition in file newgrf_type.h.
| using GrfID = uint32_t |
The unique identifier of a NewGRF.
Definition at line 15 of file newgrf_type.h.
|
static |
An invalid NewGRF.
Definition at line 17 of file newgrf_type.h.
Referenced by FinaliseEngineArray(), GetNewEngine(), GetNewEngineID(), EngineOverrideManager::ResetToDefaultMapping(), and EngineOverrideManager::UseUnreservedID().