mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-02 22:14:37 +00:00
make dmon optional at compile time, and a dedicated runtime option
it's still experimental and might cause problems, so only enable this if specifically requested, since it's not needed for regular gameplay
This commit is contained in:
parent
5895703ac4
commit
f71c7f5d40
8 changed files with 82 additions and 7 deletions
|
@ -138,6 +138,7 @@ void stringToLower(std::string &s);
|
|||
void stringToLowerUserData(std::string &s);
|
||||
float sqr(float x);
|
||||
bool exists(const std::string &f, bool makeFatal = false, bool skipVFS = false);
|
||||
bool dirExistsOnDisk(const std::string &f);
|
||||
void errorLog(const std::string &s);
|
||||
void debugLog(const std::string &s);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue