(svn r21163) -Codechange: pass a LanguageMetadata struct instead of its index to ReadLanguagePack, and simplify one of its callers
This commit is contained in:
@@ -59,4 +59,6 @@ struct LanguageMetadata : public LanguagePackHeader {
|
||||
/** The currently loaded language. */
|
||||
extern const LanguageMetadata *_current_language;
|
||||
|
||||
bool ReadLanguagePack(const LanguageMetadata *lang);
|
||||
|
||||
#endif /* LANGUAGE_H */
|
||||
|
Reference in New Issue
Block a user