diff options
| author | Howard Luck <pheenoh@gmail.com> | 2025-09-21 18:29:25 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-22 03:29:25 +0300 |
| commit | d78a8571d101dbd513b160607797f22781e1753b (patch) | |
| tree | 99ae0a8ab6054d2c177bf5725f12255035f1c32c /include | |
| parent | e82806047b81a74abda21f2dd917eb4fd64199d2 (diff) | |
d_a_obj_ndoor OK (#2681)
* d_a_obj_ndoor matching
* fixes for taka
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_obj_ndoor.h | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/include/d/actor/d_a_obj_ndoor.h b/include/d/actor/d_a_obj_ndoor.h index 369e2d4cd8..b578644d13 100644 --- a/include/d/actor/d_a_obj_ndoor.h +++ b/include/d/actor/d_a_obj_ndoor.h @@ -1,6 +1,8 @@ #ifndef D_A_OBJ_NDOOR_H #define D_A_OBJ_NDOOR_H +#include "d/d_cc_d.h" +#include "d/d_cc_uty.h" #include "f_op/f_op_actor_mng.h" /** @@ -12,11 +14,18 @@ * */ class obj_ndoor_class : public fopAc_ac_c { -private: - /* 0x568 */ u8 field_0x568[0x718 - 0x568]; +public: + /* 0x568 */ request_of_phase_process_class mPhase; + /* 0x570 */ J3DModel* mpModel; + /* 0x574 */ s16 field_0x574; + /* 0x576 */ s16 field_0x576; + /* 0x578 */ s16 field_0x578; + /* 0x57C */ f32 field_0x57c; + /* 0x580 */ dCcD_Stts mStts; + /* 0x5BC */ dCcD_Sph mSph; + /* 0x6F4 */ dCcU_AtInfo mAtInfo; }; STATIC_ASSERT(sizeof(obj_ndoor_class) == 0x718); - #endif /* D_A_OBJ_NDOOR_H */ |
