J2DAnimation (#173)

* ok

* naming stuff
This commit is contained in:
lepelog
2022-01-04 18:18:23 +01:00
committed by GitHub
parent f4a3c80af3
commit da3d98b67a
41 changed files with 1123 additions and 3434 deletions
@@ -75,7 +75,11 @@ class J3DAnmTransformFullWithLerp : public J3DAnmTransformFull {
struct J3DTextureSRTInfo;
struct J3DModelData;
struct J3DMaterialTable;
struct J3DAnmKeyTableBase {};
struct J3DAnmKeyTableBase {
/* 0x00 */ u16 mMaxFrame;
/* 0x02 */ u16 mOffset;
/* 0x04 */ u16 mType;
}; // Size = 0x6
class J3DAnmTextureSRTKey : public J3DAnmBase {
public: