Important Update:

- Added new Class: ConfigCore (Working but incomplete)
  - Provides basic parameter listing (bool, int, float, string)
  - Read/writes parameters from/to file
  - Support JSON format for key-value pair primitive and strings values
  - Support for objects and arrays to follow
This commit is contained in:
Charl Wentzel
2017-03-08 04:05:26 +02:00
parent f57b340be6
commit 9b180c77f5
4 changed files with 574 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
// Global vars
extern CLogCore * Log;
extern char ProcessName[];
extern char ProcessName[];
// Termination Vars
bool Terminate = false;