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
@@ -5,5 +5,5 @@
class HFileGen
{
public:
static void Create(const ConfigFile& conf);
static void Create(ConfigFile& conf);
};