d_a_obj_ojtree matching (#591)

* update configure.py

* work on d_a_obj_ojtree

* d_a_obj_ojtree matching
This commit is contained in:
Wishful1
2024-01-23 14:54:16 +11:00
committed by GitHub
parent 2f9b5486fc
commit dfc89d209d
3 changed files with 138 additions and 23 deletions
+17 -7
View File
@@ -2,22 +2,32 @@
#define D_A_OBJ_OJTREE_H
#include "f_op/f_op_actor.h"
#include "d/d_bg_s_movebg_actor.h"
namespace daObjOjtree {
class Act_c : public fopAc_ac_c {
class Act_c : public dBgS_MoveBgActor {
public:
void CreateHeap();
s32 Create();
void Mthd_Create();
static Mtx M_tmp_mtx;
static const char M_arcname[];
int CreateHeap();
int Create();
s32 Mthd_Create();
BOOL Delete();
void Mthd_Delete();
s32 Mthd_Delete();
void set_mtx();
void init_mtx();
void Execute(float(**)[3][4]);
int Execute(Mtx**);
BOOL Draw();
public:
/* Place member variables here */
/* 0x2C8 */ request_of_phase_process_class mPhs;
/* 0x2D0 */ J3DModel* mpModel;
/* 0x2D4 */ u8 field_0x2d4;
/* 0x2D5 */ u8 field_0x2d5[0x2d7 - 0x2d5];
};
};