forked from mirror/OpenTTD
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
This commit is contained in:
@@ -96,6 +96,7 @@ 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();
|
||||
|
Reference in New Issue
Block a user