mirror of
https://github.com/edubart/otclient.git
synced 2025-12-17 06:07:11 +01:00
Removed SDL2 and created JNI interface (Android Only)
This commit is contained in:
@@ -177,6 +177,8 @@ std::string Application::getOs()
|
||||
return "mac";
|
||||
#elif __linux
|
||||
return "linux";
|
||||
#elif ANDROID
|
||||
return "android";
|
||||
#else
|
||||
return "unknown";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user