summaryrefslogtreecommitdiff
path: root/src/language.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-11-13 19:10:30 +0000
committerrubidium <rubidium@openttd.org>2010-11-13 19:10:30 +0000
commit034eb834cc277048e296bf1297f56e1667ab9881 (patch)
tree3f770bae27c7f9eada4fd763fb6d5405f58ad780 /src/language.h
parent46cdc7b3d3f6d0eb9eb246f983c9e4121a84b025 (diff)
downloadopenttd-034eb834cc277048e296bf1297f56e1667ab9881.tar.xz
(svn r21177) -Codechange: change UniqueLanguageFile into GetLanguage
Diffstat (limited to 'src/language.h')
-rw-r--r--src/language.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/language.h b/src/language.h
index a8de8c0f7..5ba424c66 100644
--- a/src/language.h
+++ b/src/language.h
@@ -103,5 +103,6 @@ extern LanguageList _languages;
extern const LanguageMetadata *_current_language;
bool ReadLanguagePack(const LanguageMetadata *lang);
+const LanguageMetadata *GetLanguage(byte newgrflangid);
#endif /* LANGUAGE_H */