Files
tww/include/d/actor/d_a_obj_gnndemotakis.h
Jason T 9901be8103 d_a_obj_gnndemotakis (#953)
* init

* configure and dComIfGp_event_runCheck usage

* reverted configure

* revert back to previous usage for _execute

* matched _execute

* match

---------

Co-authored-by: jaysc <9077125+jaysc@users.noreply.github.com>
2026-04-17 13:00:11 -04:00

27 lines
600 B
C++

#ifndef D_A_OBJ_GNNDEMOTAKIS_H
#define D_A_OBJ_GNNDEMOTAKIS_H
#include "f_op/f_op_actor.h"
#include "m_Do/m_Do_ext.h"
class daObjGnntakis_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();
static const char M_arcname[];
public:
/* 0x290 */ J3DModel* mpModel;
/* 0x294 */ request_of_phase_process_class mPhs;
/* 0x29C */ mDoExt_btkAnm mpBtkAnm;
/* 0x2B0 */ BOOL m2B0;
}; // Size: 0x2B4
#endif /* D_A_OBJ_GNNDEMOTAKIS_H */