mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -04:00
d_a_ygcwp 90%
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user