mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-06 03:28:35 -04:00
30 lines
639 B
C++
30 lines
639 B
C++
#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 */
|