d_a_ygcwp 90%

This commit is contained in:
Jasper St. Pierre
2024-06-19 14:54:14 -07:00
parent 9bdc64cca9
commit 01a7ab6297
3 changed files with 181 additions and 37 deletions
+18 -7
View File
@@ -2,24 +2,35 @@
#define D_A_YGCWP_H
#include "f_op/f_op_actor.h"
#include "m_Do/m_Do_ext.h"
#include "SSystem/SComponent/c_phase.h"
class daYgcwp_c : public fopAc_ac_c {
public:
void check_ev() const; // weak but not inlined?
BOOL check_ev() const; // weak but not inlined?
void off_ev() const; // weak but not inlined?
void solidHeapCB(fopAc_ac_c*);
void create_heap();
static BOOL solidHeapCB(fopAc_ac_c*);
BOOL create_heap();
s32 _create();
BOOL _delete();
bool _delete();
void init_mtx();
void make_shine();
void set_timer();
BOOL _execute();
BOOL _draw();
bool _execute();
bool _draw();
public:
/* Place member variables here */
static const char M_arcname[6];
public:
/* 0x290 */ J3DModel* mpModel;
/* 0x294 */ request_of_phase_process_class mPhs;
/* 0x29C */ mDoExt_brkAnm mBrkAnm[2];
/* 0x2CC */ s32 mStaffId;
/* 0x2D0 */ s32 mTimer;
/* 0x2D4 */ s32 mCurBrk;
/* 0x2D8 */ s32 m2D8;
};
#endif /* D_A_YGCWP_H */