(svn r11646) -Codechange: check whether (some) characters are missing in the current 'font' for the 'currently' chosen language and give a warning when that does happen.

This commit is contained in:
rubidium
2007-12-16 18:38:19 +00:00
parent 5e062d3f15
commit ff7ff890f9
4 changed files with 59 additions and 0 deletions

View File

@@ -83,4 +83,6 @@ void InitializeLanguagePacks();
int CDECL StringIDSorter(const void *a, const void *b);
void CheckForMissingGlyphsInLoadedLanguagePack();
#endif /* STRINGS_H */