OpenTTD Source
1.11.2
|
A GRF text with associated language ID. More...
#include <newgrf_text.h>
Data Fields | |
byte | langid |
The language associated with this GRFText. | |
std::string | text |
The actual (translated) text. | |
A GRF text with associated language ID.
Definition at line 25 of file newgrf_text.h.