forked from mirror/OpenTTD
(svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMissingGlyphs (default to the language pack strings)
This commit is contained in:
@@ -232,6 +232,6 @@ public:
|
||||
bool FindMissingGlyphs(const char **str);
|
||||
};
|
||||
|
||||
void CheckForMissingGlyphsInLoadedLanguagePack(bool base_font = true);
|
||||
void CheckForMissingGlyphs(bool base_font = true, MissingGlyphSearcher *search = NULL);
|
||||
|
||||
#endif /* STRINGS_FUNC_H */
|
||||
|
Reference in New Issue
Block a user