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:
@@ -21,7 +21,7 @@
|
||||
|
||||
// Global vars
|
||||
extern CLogCore * Log;
|
||||
extern char ProcessName[];
|
||||
extern char ProcessName[];
|
||||
|
||||
// Termination Vars
|
||||
bool Terminate = false;
|
||||
|
||||
Reference in New Issue
Block a user