Merged default into minor

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-05-21 21:16:37 -03:00
35 changed files with 485 additions and 237 deletions
+2 -2
View File
@@ -145,14 +145,14 @@ public:
/**
* Gets the user home directory.
**/
const char *getUserDirectory();
std::string getUserDirectory();
/**
* Gets the APPDATA directory. On Windows, this is the folder
* in the %APPDATA% enviroment variable. On Linux, this is the
* user home folder.
**/
const char *getAppdataDirectory();
std::string getAppdataDirectory();
/**
* Gets the full path of the save folder.