diff options
| author | Shane Goodrick <shanegoodrick@gmail.com> | 2025-10-01 20:12:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-01 20:12:31 -0700 |
| commit | b6aebfa81ed2badd88677332900c3ae99fdcf1ac (patch) | |
| tree | 0a0910a3965fd0071d07ed5c010167894f865af2 /include | |
| parent | 9f119e7b01f3827df0f11039b2661a3e480dec3b (diff) | |
d_a_obj_inobone OK (#2716)
* d_a_obj_inobone OK
* Fix d_a_obj_inobone issues
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 */ |
