d_a_obj_gnndemotakie - matching (#914)

* matching 100%

* D44J01 matching

* demo stuff
This commit is contained in:
Nuss
2025-12-29 18:47:20 +01:00
committed by GitHub
parent 666bf37617
commit cdaed9aadd
3 changed files with 54 additions and 14 deletions
+8 -4
View File
@@ -5,16 +5,20 @@
class daObjGnntakie_c : public fopAc_ac_c {
public:
void solidHeapCB(fopAc_ac_c*);
void create_heap();
static BOOL solidHeapCB(fopAc_ac_c*);
BOOL create_heap();
cPhs_State _create();
bool _delete();
void init_mtx();
bool _execute();
bool _draw();
static const u32 M_heapsize;
static const char M_arcname[];
public:
/* Place member variables here */
};
/* 0x290 */ J3DModel* mpModel;
/* 0x294 */ request_of_phase_process_class mPhase;
/* 0x29C */ mDoExt_btkAnm mpBtkAnm;
}; // Size: 0x2B0
#endif /* D_A_OBJ_GNNDEMOTAKIE_H */