mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-08 20:24:47 -04:00
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user