diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-02-04 17:45:01 -0700 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2023-02-04 17:45:01 -0700 |
| commit | cede55ba30101ba7cadba9766adbd41eb76b6f36 (patch) | |
| tree | 8b8d079b8f0b271671934ba97912b8ebc818186b /include/JSystem/J3DGraphAnimator | |
| parent | 9eb63d9f68127210092008a49ce229bdbb8b7c65 (diff) | |
pr fixes
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DModel.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DModel.h b/include/JSystem/J3DGraphAnimator/J3DModel.h index 73b892ef3c..3c20380ef5 100644 --- a/include/JSystem/J3DGraphAnimator/J3DModel.h +++ b/include/JSystem/J3DGraphAnimator/J3DModel.h @@ -24,19 +24,6 @@ struct J3DUnkCalc2 { virtual void calc(J3DModelData* mpModelData); }; -struct UserArea { - u8 field_0x00[0x60e]; - s16 field_0x60e; - s16 field_0x610; - s16 field_0x612; - u8 field_0x614[0x14]; - s16 field_0x628; - s16 field_0x62a; - u8 field_0x62c[0x12]; - s16 field_0x63e; - s16 field_0x640; -}; - typedef void (*J3DCalcCallBack)(J3DModel*, u32 timing); class J3DModel { @@ -97,7 +84,7 @@ public: // is there a better way to handle inlines with same name as non-inlines? MtxP i_getAnmMtx(int p1) { return mMtxBuffer->getAnmMtx(p1); } - void i_setAnmMtx(int p1, Mtx mtx) { return mMtxBuffer->setAnmMtx(p1, mtx); } + void i_setAnmMtx(int p1, Mtx mtx) { mMtxBuffer->setAnmMtx(p1, mtx); } /* 0x04 */ J3DModelData* mModelData; /* 0x08 */ u32 mFlags; |
