(svn r21177) -Codechange: change UniqueLanguageFile into GetLanguage

This commit is contained in:
rubidium
2010-11-13 19:10:30 +00:00
parent 46cdc7b3d3
commit 034eb834cc
2 changed files with 8 additions and 7 deletions

View File

@@ -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 */