OpenTTD Source 20241224-master-gf74b0cf984
|
Mapping between NewGRF and OpenTTD IDs. More...
#include <newgrf_text_type.h>
Data Fields | |
uint8_t | newgrf_id |
NewGRF's internal ID for a case/gender. | |
uint8_t | openttd_id |
OpenTTD's internal ID for a case/gender. | |
Mapping between NewGRF and OpenTTD IDs.
Definition at line 30 of file newgrf_text_type.h.
uint8_t LanguageMap::Mapping::newgrf_id |
NewGRF's internal ID for a case/gender.
Definition at line 31 of file newgrf_text_type.h.
Referenced by GlobalVarChangeInfo().
uint8_t LanguageMap::Mapping::openttd_id |
OpenTTD's internal ID for a case/gender.
Definition at line 32 of file newgrf_text_type.h.
Referenced by GlobalVarChangeInfo().