OpenTTD Source 20260711-master-g3fb3006dff
newgrf_type.h File Reference

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.

Detailed Description

Commonly used types for the NewGRF implementation.

Definition in file newgrf_type.h.

Typedef Documentation

◆ GrfID

using GrfID = uint32_t

The unique identifier of a NewGRF.

Definition at line 15 of file newgrf_type.h.

Variable Documentation

◆ INVALID_GRFID

const GrfID INVALID_GRFID = 0xFFFFFFFF
static