Public Member Functions | |
void | operator delete (void *p, size_t extra) |
Static Public Member Functions | |
static GRFText * | New (byte langid, const char *text) |
Data Fields | |
GRFText * | next |
byte | langid |
char | text [VARARRAY_SIZE] |
Private Member Functions | |
GRFText (byte langid_, const char *text_) | |
void * | operator new (size_t size, size_t extra) |
Each of those elements represent the string, but according to a different lang.
Definition at line 139 of file newgrf_text.cpp.