Make monitor parameters configurable

This commit is contained in:
2020-12-02 23:42:33 +01:00
parent 15b63f3cbd
commit c8b011913a
4 changed files with 19 additions and 3 deletions

View File

@@ -25,6 +25,8 @@ namespace settings {
extern std::string GRUNTWORKJSON;
extern int EVENTMODE;
extern int EVENTCRATECHANCE;
extern int MONITORPORT;
extern int MONITORINTERVAL;
void init();
}