Open DB from settings path

This commit is contained in:
Kamil
2020-11-29 00:31:00 +01:00
committed by Gent S
parent c2f640fd97
commit a1062f220b
3 changed files with 11 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ namespace settings {
extern std::string DROPSJSON;
extern std::string EGGSJSON;
extern std::string GRUNTWORKJSON;
extern std::string DBPATH;
extern int EVENTMODE;
extern int EVENTCRATECHANCE;
extern bool MONITORENABLED;