d_a_obj_doguu_demo (#596)

* d_a_obj_doguu_demo

* apply suggestions
This commit is contained in:
Andrew Glaze
2024-02-01 20:46:24 -05:00
committed by GitHub
parent 86e525a6d0
commit 49afbc07e2
3 changed files with 131 additions and 27 deletions
+11 -2
View File
@@ -1,6 +1,8 @@
#ifndef D_A_OBJ_DOGUU_DEMO_H
#define D_A_OBJ_DOGUU_DEMO_H
#include "SSystem/SComponent/c_phase.h"
#include "d/d_bg_w.h"
#include "f_op/f_op_actor.h"
class daObjDoguuD_c : public fopAc_ac_c {
@@ -10,12 +12,19 @@ public:
inline BOOL _draw();
inline BOOL _execute();
void CreateHeap();
BOOL CreateHeap();
void CreateInit();
void set_mtx();
public:
/* Place member variables here */
/* 0x290 */ request_of_phase_process_class mPhs;
/* 0x298 */ J3DModel* mpModel;
/* 0x29C */ dBgW* mpBgW;
/* 0x2A0 */ Mtx mtx;
/* 0x2D0 */ u8 mFlag; // this field seems to be set to 1 only when initalized with CreateInit,
// can probably be a bool
/* 0x2D1 */ u8 mUnusedParam;
/* 0x2D4 */ u32 mShape;
};
#endif /* D_A_OBJ_DOGUU_DEMO_H */