d_demo minor work

This commit is contained in:
Jasper St. Pierre
2024-07-31 00:48:36 -07:00
parent 2b4fcbecee
commit 6a7d3e155d
2 changed files with 60 additions and 9 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ public:
void* getP_BtpData(const char*);
void* getP_BrkData(const char*);
void* getP_BtkData(const char*);
void getPrm_Morf();
f32 getPrm_Morf();
void JSGSetData(u32, const void*, u32);
void JSGSetTranslation(const Vec&);
void JSGSetScaling(const Vec&);
@@ -65,7 +65,7 @@ public:
dst->z = cM_sht2d(mRotation.z);
}
bool checkEnable(u16 mask) { return mFlags & mask; }
u32 checkEnable(u16 mask) { return mFlags & mask; }
csXyz* getRatate() { return &mRotation; }
u32 getShapeId() { return mShapeId; }