Files
tww/include/d/actor/d_a_obj_roten.h
T
SuperDude88 899ae98e7d daObj_Roten_c OK, daNpcRoten_c Almost Matching (#618)
* Roten Work

- daNpcRoten_c almost matching
- daObj_Roten_c OK

I don't think these are actually related but they had the same name so I put them together

* Minor Cleanup
2024-04-24 14:28:38 -04:00

45 lines
1022 B
C++

#ifndef D_A_OBJ_ROTEN_H
#define D_A_OBJ_ROTEN_H
#include "f_op/f_op_actor.h"
#include "m_Do/m_Do_hostIO.h"
#include "SSystem/SComponent/c_phase.h"
#include "JSystem/J3DGraphAnimator/J3DModel.h"
#include "d/d_bg_w.h"
class daObj_Roten_c : public fopAc_ac_c {
public:
inline s32 _create();
inline BOOL _delete();
inline BOOL _draw();
inline BOOL _execute();
void set_mtx();
BOOL CreateHeap();
s32 CreateInit();
static int getCreateCount();
public:
/* 0x290 */ request_of_phase_process_class mPhs;
/* 0x298 */ J3DModel* mpModel;
/* 0x29C */ u8 field_0x29C[0x2CC - 0x29C];
/* 0x2CC */ dBgW* mpBgW;
/* 0x2D0 */ u8 mType;
/* 0x2D1 */ u8 field_0x2D1;
static const char M_arcname[];
}; // Size: 0x2D2
class daObj_Roten_HIO_c : public JORReflexible {
public:
daObj_Roten_HIO_c();
virtual ~daObj_Roten_HIO_c() {}
/* 0x04 */ s8 field_0x04;
/* 0x08 */ f32 field_0x08;
/* 0x0C */ s16 field_0x0C;
}; // Size: 0x0E
#endif /* D_A_OBJ_ROTEN_H */