add PPSMonitor

This commit is contained in:
Lion Kortlepel
2021-02-16 13:19:39 +01:00
committed by Anonymous275
parent 72607583bf
commit f19a012509
15 changed files with 185 additions and 66 deletions

View File

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