aboutsummaryrefslogtreecommitdiff
path: root/common/language.h
diff options
context:
space:
mode:
authorMax Horn2012-02-29 12:57:34 +0100
committerMax Horn2012-02-29 12:57:34 +0100
commitc0d54bdd8dcd2235a0258af145fe2528c07c9fc2 (patch)
treecea6e9b5476943db2f79623ccca797f6e4736362 /common/language.h
parent92d219715f1fc8b3535cfce370084bd56596c2ef (diff)
downloadscummvm-rg350-c0d54bdd8dcd2235a0258af145fe2528c07c9fc2.tar.gz
scummvm-rg350-c0d54bdd8dcd2235a0258af145fe2528c07c9fc2.tar.bz2
scummvm-rg350-c0d54bdd8dcd2235a0258af145fe2528c07c9fc2.zip
COMMON: Move language GUIO code to language.h
Diffstat (limited to 'common/language.h')
-rw-r--r--common/language.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/language.h b/common/language.h
index b83f0d34fd..db552fc9c4 100644
--- a/common/language.h
+++ b/common/language.h
@@ -75,6 +75,12 @@ extern const char *getLanguageCode(Language id);
extern const char *getLanguageLocale(Language id);
extern const char *getLanguageDescription(Language id);
+// TODO: Document this GUIO related function
+const String getGameGUIOptionsDescriptionLanguage(Common::Language lang);
+
+// TODO: Document this GUIO related function
+bool checkGameGUIOptionLanguage(Common::Language lang, const String &str);
+
} // End of namespace Common
#endif