Files
tww/include/d/actor/d_a_msw.h
T
Daniel Hajjar 300d820b7a d_a_msw (#662)
* daMsw_Draw matching

* d_a_msw chain_Draw

* daMsw_IsDelete matching

* d_a_msw chain_Draw work

* d_a_msw ride_call_back matching

* d_a_msw chain_Draw matching

* d_a_msw daMsw_Delete matching

* daMsw_CreateInit matching

* d_a_msw daMsw_Create

* d_a_msw msw_move matching

* d_a_msw daMsw_Execute work

* daMsw_Create 100% matching

* d_a_msw minor tweak

* d_a_msw Removed padding

* d_a_msw PR fixes
2024-06-27 13:41:18 -04:00

34 lines
821 B
C++

#ifndef D_A_MSW_H
#define D_A_MSW_H
#include "f_op/f_op_actor.h"
#include "SSystem/SComponent/c_phase.h"
#include "d/d_cc_d.h"
class dBgW;
class msw_class : public fopAc_ac_c {
public:
/* 0x290 */ request_of_phase_process_class mPhs;
/* 0x298 */ s16 m298;
/* 0x29A */ s16 m29A;
/* 0x29C */ J3DModel* mpModel;
/* 0x2A0 */ u8 m2A0;
/* 0x2A4 */ cXyz m2A4;
/* 0x2B0 */ cXyz m2B0;
/* 0x2BC */ cXyz m2BC;
/* 0x2C8 */ csXyz m2C8;
/* 0x2D0 */ J3DModel* mpChainModels[4];
/* 0x2E0 */ cXyz m2E0[4];
/* 0x310 */ cXyz m310[4];
/* 0x340 */ dCcD_Stts mStts;
/* 0x37C */ dCcD_Cyl mChainCyls[4];
/* 0x83C */ s16 m83C[4];
/* 0x844 */ s16 m844;
/* 0x846 */ u8 m846[0x84C - 0x846]; // ?
/* 0x84C */ Mtx mMtx;
/* 0x87C */ dBgW* mpBgW;
};
#endif /* D_A_MSW_H */