Rework how the config file is read

Still need to remove reduntant code and test it much more thoroughly.
This commit is contained in:
Thraix
2019-10-18 11:44:40 +02:00
parent f3ab790912
commit d9f7dc4d17
21 changed files with 934 additions and 387 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ class ConfigFileConf
public:
ConfigFileConf();
static ConfigFile Load(const std::string& filename);
static void CreateXMLFile(const std::string& filename);
private:
};