refactor: use templating for JsonMaterials

This commit is contained in:
Jan
2025-06-25 18:30:07 +01:00
parent 0736b8043b
commit 79b0706fc1
6 changed files with 536 additions and 791 deletions

View File

@ -24,7 +24,7 @@
#set COMMON_HEADER "\"Game/" + GAME + "/Common" + GAME + ".h\""
#include COMMON_HEADER
#set JSON_HEADER "\"Game/" + GAME + "/Material/JsonMaterial.h\""
#set JSON_HEADER "\"Game/" + GAME + "/Material/JsonMaterial" + GAME + ".h\""
#include JSON_HEADER
#set CONSTANTS_HEADER "\"Game/" + GAME + "/Material/MaterialConstantZoneState.h\""
#include CONSTANTS_HEADER