mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-16 20:48:11 -04:00
d_demo minor work
This commit is contained in:
+2
-2
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user