summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorlepelog <25211966+lepelog@users.noreply.github.com>2022-01-04 18:18:23 +0100
committerGitHub <noreply@github.com>2022-01-04 18:18:23 +0100
commitda3d98b67a9e54260a28fb8e49e9ce8dbbeb7449 (patch)
treee1fd0c8c3fb452d0f3ad512702b181c52abe65ad /include/JSystem/J3DGraphAnimator
parentf4a3c80af341bcb1dac30a4dcd4dc5797f9adcea (diff)
J2DAnimation (#173)
* ok * naming stuff
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DAnimation.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DAnimation.h b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
index a745ef473a..15ded86a06 100644
--- a/include/JSystem/J3DGraphAnimator/J3DAnimation.h
+++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
@@ -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: