diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 12:44:06 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 12:44:06 -0500 |
| commit | 471b881de831a2ad4d4478489cf9705d6e284f9f (patch) | |
| tree | 9c659c65c57175620ac3da44c61e73a109bdf930 /include/d/actor/d_a_ki.h | |
| parent | 8ab8d352926122c6e7ec27610613f0adce5d0118 (diff) | |
Automatically generate headers for all actors
Diffstat (limited to 'include/d/actor/d_a_ki.h')
| -rw-r--r-- | include/d/actor/d_a_ki.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/d/actor/d_a_ki.h b/include/d/actor/d_a_ki.h new file mode 100644 index 00000000..205a23d4 --- /dev/null +++ b/include/d/actor/d_a_ki.h @@ -0,0 +1,16 @@ +#ifndef D_A_KI_H +#define D_A_KI_H + +#include "f_op/f_op_actor.h" +#include "m_Do/m_Do_ext.h" + +class ki_class : public fopAc_ac_c { +public: + /* 0x2AC */ u8 m2AC[0x2B4 - 0x2AC]; + /* 0x2B4 */ mDoExt_McaMorf* mpMorf; + /* 0x2B8 */ u8 m2B8[0x932 - 0x2B8]; + /* 0x932 */ s16 m932; + /* 0x934 */ u8 m934[0xF04 - 0x934]; +}; + +#endif /* D_A_KI_H */ |
