mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-15 06:11:04 -04:00
26 lines
568 B
C++
26 lines
568 B
C++
#ifndef D_A_OBJ_AJAVW_H
|
|
#define D_A_OBJ_AJAVW_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
#include "d/d_bg_w.h"
|
|
#include "m_Do/m_Do_ext.h"
|
|
#include "SSystem/SComponent/c_phase.h"
|
|
|
|
class daObjAjavW_c : public fopAc_ac_c {
|
|
public:
|
|
s32 _create();
|
|
bool _execute();
|
|
bool _draw();
|
|
bool _delete();
|
|
bool create_heap();
|
|
static BOOL solidHeapCB(fopAc_ac_c *i_this);
|
|
|
|
public:
|
|
/* 0x290 */ request_of_phase_process_class mPhs;
|
|
/* 0x298 */ J3DModel * mpModel;
|
|
/* 0x29C */ mDoExt_btkAnm mBtkAnm;
|
|
/* 0x2B0 */ dBgW * mpBgW;
|
|
};
|
|
|
|
#endif /* D_A_OBJ_AJAVW_H */
|