mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Auto-detect locale on Android (#13561)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user