OpenTTD Source 20241224-master-gee860a5c8e
|
A GRF text with associated language ID. More...
#include <newgrf_text_type.h>
Data Fields | |
uint8_t | langid |
The language associated with this GRFText. | |
std::string | text |
The actual (translated) text. | |
A GRF text with associated language ID.
Definition at line 17 of file newgrf_text_type.h.
uint8_t GRFText::langid |
The language associated with this GRFText.
Definition at line 18 of file newgrf_text_type.h.
std::string GRFText::text |
The actual (translated) text.
Definition at line 19 of file newgrf_text_type.h.