From 458be4d8cb1dbbe06d748c4e759131e02e73b467 Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Sat, 2 Jan 2021 17:47:43 -0500 Subject: more d_save funcs OK, initial map out of dcomifg_play_c and it's classes --- include/JSystem/J3DGraphAnimator/J3DAnimation.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 include/JSystem/J3DGraphAnimator/J3DAnimation.h (limited to 'include/JSystem/J3DGraphAnimator') 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 -- cgit v1.2.3