forked from mirror/OpenTTD
(svn r21163) -Codechange: pass a LanguageMetadata struct instead of its index to ReadLanguagePack, and simplify one of its callers
This commit is contained in:
@@ -98,7 +98,6 @@ static inline void CopyOutDParam(uint64 *dst, int offs, int num)
|
||||
extern DynamicLanguages _dynlang; // defined in strings.cpp
|
||||
extern TextDirection _current_text_dir; ///< Text direction of the currently selected language
|
||||
|
||||
bool ReadLanguagePack(int index);
|
||||
void InitializeLanguagePacks();
|
||||
const char *GetCurrentLanguageIsoCode();
|
||||
|
||||
|
Reference in New Issue
Block a user