summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_Vteng.h
blob: 3c36fe13e86db954a53eee2e62c5de93df97b0aa (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
#ifndef D_A_OBJ_VTENG_H
#define D_A_OBJ_VTENG_H

#include "f_op/f_op_actor.h"
#include "d/d_bg_w.h"
#include "SSystem/SComponent/c_phase.h"

class mDoExt_McaMorf;

class daObjVteng_c : public fopAc_ac_c {
public:
    void init_mtx();
    cPhs_State _create();
    bool _execute();
    bool _draw();
    bool _delete();
    bool create_heap();
    bool jokai_demo();
    static BOOL solidHeapCB(fopAc_ac_c *i_this);

public:
    /* 0x290 */ request_of_phase_process_class mPhs;
    /* 0x298 */ J3DModel* mpModel;
    /* 0x29C */ mDoExt_McaMorf* mpMorf;
    /* 0x2A0 */ dBgW* mpBgW;
    /* 0x2A4 */ Mtx mtx;
};

#endif /* D_A_OBJ_VTENG_H */