- added a 'testfinale' CCMD, so that the layout of finale texts can be tested more easily

This commit is contained in:
Christoph Oelckers 2019-02-28 23:52:47 +01:00
commit 23a62cbe12
4 changed files with 60 additions and 0 deletions

View file

@ -76,6 +76,7 @@ public:
UpdateLanguage();
}
const char *GetLanguageString(const char *name, uint32_t langtable) const;
const char *GetString(const char *name, uint32_t *langtable) const;
const char *operator() (const char *name) const; // Never returns NULL
const char *operator[] (const char *name) const