OpenTTD Source
20241108-master-g80f628063a
|
Data related to the handling of grf files. More...
#include <newgrf_commons.h>
Data Fields | |
uint16_t | local_id = 0 |
id defined by the grf file for this entity | |
const struct GRFFile * | grffile = nullptr |
grf file that introduced this entity | |
std::array< const struct SpriteGroup *, Tcnt > | spritegroup {} |
pointers to the different sprites of the entity | |
Data related to the handling of grf files.
Tcnt | Number of spritegroups |
Definition at line 310 of file newgrf_commons.h.