summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-01-02 17:47:43 -0500
committerPheenoh <pheenoh@gmail.com>2021-01-02 17:47:43 -0500
commit458be4d8cb1dbbe06d748c4e759131e02e73b467 (patch)
tree74e4c4420ad6bb86e51765a943c11998b379886e /include/JSystem/J3DGraphAnimator
parent992cf48c7f5ae78b498197af8795ed9159e37f8b (diff)
more d_save funcs OK, initial map out of dcomifg_play_c and it's classes
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DAnimation.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DAnimation.h b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
new file mode 100644
index 0000000000..bebf803743
--- /dev/null
+++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
@@ -0,0 +1,19 @@
+#ifndef __J3DANIMATION_H_
+#define __J3DANIMATION_H_
+
+#include "global.h"
+
+class J3DFrameCtrl {
+public:
+private:
+ void* vtable;
+ u8 field_0x4;
+ u8 field_0x5;
+ u16 field_0x6;
+ s16 field_0x8;
+ u16 field_0xa;
+ float field_0xc;
+ float field_0x10;
+};
+
+#endif \ No newline at end of file