add setGameFolder, fixed build bug in Linux
This commit is contained in:
parent
d968e0bc0e
commit
4c06c6cd1e
2 changed files with 28 additions and 3 deletions
1
AppEnv.h
1
AppEnv.h
|
@ -26,6 +26,7 @@ class AppEnv
|
|||
public:
|
||||
AppEnv();
|
||||
static QString getGameFolder(bool *ok = 0);
|
||||
static bool setGameFolder(QString gameFolder);
|
||||
};
|
||||
|
||||
#endif // APPENV_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue