File diff r16437:4ee0753a14ec → r16438:4a3128e4430d
src/strings_func.h
Show inline comments
 
@@ -95,7 +95,6 @@ static inline void CopyOutDParam(uint64 
 
	memcpy(dst, _decode_parameters + offs, sizeof(uint64) * (num));
 
}
 

	
 
extern DynamicLanguages _dynlang; // defined in strings.cpp
 
extern TextDirection _current_text_dir; ///< Text direction of the currently selected language
 

	
 
void InitializeLanguagePacks();