Refactor engine configuration to support platform-specific namespaces in config files

This commit is contained in:
Wojtek Figat
2026-03-26 23:27:51 +01:00
parent 557dc9b649
commit 78052fbaec
24 changed files with 196 additions and 82 deletions

View File

@@ -20,6 +20,7 @@
#define RAPIDJSON_NEW(x) New<x>
#define RAPIDJSON_DELETE(x) Delete(x)
#define RAPIDJSON_NOMEMBERITERATORCLASS
#define RAPIDJSON_PARSE_DEFAULT_FLAGS kParseTrailingCommasFlag
//#define RAPIDJSON_MALLOC(size) ::malloc(size)
//#define RAPIDJSON_REALLOC(ptr, new_size) ::realloc(ptr, new_size)
//#define RAPIDJSON_FREE(ptr) ::free(ptr)