summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_ygcwp.h
blob: 5fc29d14ba9916ad9e8ad702e946502f24ee7ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#ifndef D_A_YGCWP_H
#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:
    inline BOOL check_ev() const; // weak but not inlined
    inline void off_ev() const; // weak but not inlined

    static BOOL solidHeapCB(fopAc_ac_c*);
    BOOL create_heap();
    cPhs_State _create();
    bool _delete();
    void init_mtx();
    void make_shine();
    void set_timer();
    bool _execute();
    bool _draw();

public:
    static const u32 M_brk_table[];
    static const u32 M_brk_mode_table[];
    static const char M_arcname[];

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 */