move some codes, fix bugs

This commit is contained in:
Eduardo Bart
2011-03-20 16:10:40 -03:00
parent abe69d50e7
commit 7ab8b17bf6
7 changed files with 37 additions and 41 deletions

View File

@@ -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 << "/";