OpenTTD Source 20260721-master-g25ec12c62d
newgrf_type.h File Reference

Commonly used types for the NewGRF implementation. More...

Go to the source code of this file.

Typedefs

using GrfID = Label<struct GrfIDTag>
 The unique identifier of a NewGRF.

Variables

static const GrfID INVALID_GRFID {"\xFF\xFF\xFF\xFF"}
 An invalid NewGRF.

Detailed Description

Commonly used types for the NewGRF implementation.

Definition in file newgrf_type.h.

Typedef Documentation

◆ GrfID

using GrfID = Label<struct GrfIDTag>

The unique identifier of a NewGRF.

Definition at line 17 of file newgrf_type.h.

Variable Documentation

◆ INVALID_GRFID