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