summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-11-20 11:52:11 +0000
committerrubidium <rubidium@openttd.org>2011-11-20 11:52:11 +0000
commit0a4a75b0afbeeab6be1eb7ccfd03ef603a4646b9 (patch)
treee715f7238d2685980dd5fd352505346504eb9783 /src/strings_func.h
parent2075bc702c673067113dc127a7d3dca91eb13ffa (diff)
downloadopenttd-0a4a75b0afbeeab6be1eb7ccfd03ef603a4646b9.tar.xz
(svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMissingGlyphs (default to the language pack strings)
Diffstat (limited to 'src/strings_func.h')
-rw-r--r--src/strings_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings_func.h b/src/strings_func.h
index d1916fe7e..19c374e6d 100644
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -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 */