summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_vmsdz.h
blob: 4b00dd91d2a6dc7714f81d4cd338b8309511340e (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
#ifndef D_A_OBJ_VMSDZ_H
#define D_A_OBJ_VMSDZ_H

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

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

public:
    static const char M_arcname[];

public:
    /* 0x290 */ J3DModel* mModel;
    /* 0x294 */ request_of_phase_process_class mPhs;
};

#endif /* D_A_OBJ_VMSDZ_H */