Server config now uses json

This commit is contained in:
Anonymous-275
2021-04-22 02:28:02 +03:00
parent f1e1b6cc28
commit 1bee72a175
6 changed files with 221 additions and 32 deletions

View File

@@ -7,6 +7,9 @@ public:
explicit TConfig(const std::string& ConfigFile);
private:
static void ReadJson();
static void PrintDebug();
static void ManageJson();
static std::string RemoveComments(const std::string& Line);
static void SetValues(const std::string& Line, int Index);
};