mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Auto-detect locale on Android (#13561)
This commit is contained in:
parent
a857c46e6e
commit
a1463263b5
4 changed files with 68 additions and 49 deletions
|
@ -43,7 +43,6 @@ void cleanupAndroid();
|
|||
|
||||
/**
|
||||
* Initializes path_* variables for Android
|
||||
* @param env Android JNI environment
|
||||
*/
|
||||
void initializePathsAndroid();
|
||||
|
||||
|
@ -83,4 +82,6 @@ std::string getInputDialogValue();
|
|||
float getDisplayDensity();
|
||||
v2u32 getDisplaySize();
|
||||
#endif
|
||||
|
||||
std::string getLanguageAndroid();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue