cleanup
This commit is contained in:
parent
1bd3463488
commit
aa3d1bb2e3
@ -44,11 +44,11 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct CoreParameters {
|
struct CoreParameters {
|
||||||
bool headless = true;
|
bool headless = false;
|
||||||
bool testMode = false;
|
bool testMode = false;
|
||||||
std::filesystem::path resFolder = "res";
|
std::filesystem::path resFolder = "res";
|
||||||
std::filesystem::path userFolder = ".";
|
std::filesystem::path userFolder = ".";
|
||||||
std::filesystem::path scriptFile = "res/content/remp/remp_server.lua";
|
std::filesystem::path scriptFile;
|
||||||
std::filesystem::path projectFolder;
|
std::filesystem::path projectFolder;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user