add setGameFolder, fixed build bug in Linux

This commit is contained in:
Rafael 2016-04-10 23:18:36 +02:00
parent d968e0bc0e
commit 4c06c6cd1e
2 changed files with 28 additions and 3 deletions

View file

@ -26,6 +26,7 @@ class AppEnv
public:
AppEnv();
static QString getGameFolder(bool *ok = 0);
static bool setGameFolder(QString gameFolder);
};
#endif // APPENV_H