(svn r23242) -Codechange: allow ignoring the sprite font completely when checking whether the font supports a language

This commit is contained in:
rubidium
2011-11-17 21:11:34 +00:00
parent 6e31c2f068
commit 881d6d25fd
2 changed files with 5 additions and 4 deletions

View File

@@ -196,6 +196,6 @@ const char *GetCurrentLanguageIsoCode();
int CDECL StringIDSorter(const StringID *a, const StringID *b);
void CheckForMissingGlyphsInLoadedLanguagePack();
void CheckForMissingGlyphsInLoadedLanguagePack(bool base_font = true);
#endif /* STRINGS_FUNC_H */