OpenTTD Source
20241108-master-g80f628063a
|
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.