Generate assets with MQ present (#2485)

This commit is contained in:
David Chavez
2023-02-16 19:32:01 +01:00
committed by GitHub
parent 877fc2dcca
commit 6cd7066706
208 changed files with 7785 additions and 7127 deletions

View File

@@ -97,6 +97,13 @@ static const __declspec(align(2)) char gDampeSkel[] = dgDampeSkel;
static const char gDampeSkel[] __attribute__((aligned (2))) = dgDampeSkel;
#endif
#define dobject_tkTLUT_003780 "__OTR__objects/object_tk/object_tkTLUT_003780"
#ifdef _WIN32
static const __declspec(align(2)) char object_tkTLUT_003780[] = dobject_tkTLUT_003780;
#else
static const char object_tkTLUT_003780[] __attribute__((aligned (2))) = dobject_tkTLUT_003780;
#endif
#define dobject_tkTex_009CC0 "__OTR__objects/object_tk/object_tkTex_009CC0"
#ifdef _WIN32
static const __declspec(align(2)) char object_tkTex_009CC0[] = dobject_tkTex_009CC0;
@@ -258,13 +265,6 @@ static const __declspec(align(2)) char gDampeSkelLimbsLimb_00BDF0DL_008958[] = d
static const char gDampeSkelLimbsLimb_00BDF0DL_008958[] __attribute__((aligned (2))) = dgDampeSkelLimbsLimb_00BDF0DL_008958;
#endif
#define dobject_tkTLUT_003780 "__OTR__objects/object_tk/object_tkTLUT_003780"
#ifdef _WIN32
static const __declspec(align(2)) char object_tkTLUT_003780[] = dobject_tkTLUT_003780;
#else
static const char object_tkTLUT_003780[] __attribute__((aligned (2))) = dobject_tkTLUT_003780;
#endif
#define dobject_tkTex_005440 "__OTR__objects/object_tk/object_tkTex_005440"
#ifdef _WIN32
static const __declspec(align(2)) char object_tkTex_005440[] = dobject_tkTex_005440;