diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_obj_inobone.h | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/include/d/actor/d_a_obj_inobone.h b/include/d/actor/d_a_obj_inobone.h index fe36e2836e..2d750cbc18 100644 --- a/include/d/actor/d_a_obj_inobone.h +++ b/include/d/actor/d_a_obj_inobone.h @@ -1,6 +1,7 @@ #ifndef D_A_OBJ_INOBONE_H #define D_A_OBJ_INOBONE_H +#include "d/d_cc_d.h" #include "f_op/f_op_actor_mng.h" /** @@ -15,19 +16,23 @@ class daObjIBone_c : public fopAc_ac_c { public: /* 80C27830 */ void initBaseMtx(); /* 80C2786C */ void setBaseMtx(); - /* 80C278CC */ void Create(); - /* 80C279A8 */ void CreateHeap(); - /* 80C27A20 */ void create(); - /* 80C27C4C */ void execute(); + /* 80C278CC */ int Create(); + /* 80C279A8 */ int CreateHeap(); + /* 80C27A20 */ int create(); + /* 80C27C4C */ int execute(); /* 80C27E48 */ void setBreakEffect(); - /* 80C27FEC */ void draw(); - /* 80C28050 */ void _delete(); + /* 80C27FEC */ int draw(); + /* 80C28050 */ int _delete(); -private: - /* 0x568 */ u8 field_0x568[0x84c - 0x568]; + /* 0x568 */ request_of_phase_process_class mPhase; + /* 0x570 */ J3DModel* mpModel; + /* 0x574 */ dCcD_Stts mStts; + /* 0x5B0 */ dCcD_Cyl mCyl; + /* 0x6EC */ dCcD_Cyl mCyl2; + /* 0x828 */ u8 field_0x828; + /* 0x82C */ Z2SoundObjSimple mSound; }; STATIC_ASSERT(sizeof(daObjIBone_c) == 0x84c); - #endif /* D_A_OBJ_INOBONE_H */ |
