mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 06:34:45 -04:00
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user