mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 23:47:12 +01:00
move some codes, fix bugs
This commit is contained in:
@@ -276,7 +276,7 @@ int Platform::getWindowHeight()
|
||||
return win32.height;
|
||||
}
|
||||
|
||||
const char *Platform::getAppUserDir()
|
||||
const char *Platform::getAppUserDir(const char *appName)
|
||||
{
|
||||
/*std::stringstream sdir;
|
||||
sdir << PHYSFS_getUserDir() << "/." << APP_NAME << "/";
|
||||
|
||||
Reference in New Issue
Block a user