2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-05 16:27:27 +00:00

chore: add game suffix to material dumping code

This commit is contained in:
Jan
2025-06-29 08:44:50 +01:00
parent 116f008f90
commit b3aa6b3dc3
16 changed files with 13 additions and 13 deletions

View File

@@ -30,7 +30,7 @@
#include COMMON_HEADER
#set JSON_HEADER "\"Game/" + GAME + "/Material/JsonMaterial" + GAME + ".h\""
#include JSON_HEADER
#set CONSTANTS_HEADER "\"Game/" + GAME + "/Material/MaterialConstantZoneState.h\""
#set CONSTANTS_HEADER "\"Game/" + GAME + "/Material/MaterialConstantZoneState" + GAME + ".h\""
#include CONSTANTS_HEADER
#include <iomanip>