d_a_obj_ohatch (#834)

* d_a_obj_ohatch

* PR
This commit is contained in:
Maide
2025-08-06 03:47:01 +01:00
committed by GitHub
parent c1bd4bdd9e
commit efc93e2fa5
4 changed files with 295 additions and 21 deletions
+26 -5
View File
@@ -2,15 +2,25 @@
#define D_A_OBJ_OHATCH_H
#include "f_op/f_op_actor.h"
#include "d/d_a_obj.h"
class dBgW;
class daObjOhatch_c : public fopAc_ac_c {
typedef void (daObjOhatch_c::*ActionFunc)();
enum Param_e {
PRM_SWSAVE_W = 8,
PRM_SWSAVE_S = 0,
};
public:
void param_get_swSave() const {}
s32 param_get_swSave() const { return daObj::PrmAbstract(this, PRM_SWSAVE_W, PRM_SWSAVE_S); }
void set_mtx();
void init_mtx();
void solidHeapCB(fopAc_ac_c*);
void create_heap();
static BOOL solidHeapCB(fopAc_ac_c*);
bool create_heap();
cPhs_State _create();
bool _delete();
void close_wait_act_proc();
@@ -22,7 +32,18 @@ public:
bool _draw();
public:
/* Place member variables here */
};
/* 0x290 */ request_of_phase_process_class mPhase;
/* 0x298 */ J3DModel* mModel;
/* 0x29C */ s32 m29C;
/* 0x2A0 */ dBgW* mBgW1;
/* 0x2A4 */ dBgW* mBgW2;
/* 0x2A8 */ Mtx m2A8;
/* 0x2D8 */ s16 m2D8;
/* 0x2DC */ ActionFunc mActionFunc;
/* 0x2E8 */ f32 m2E8;
/* 0x2EC */ s32 m2EC;
/* 0x2F0 */ s16 m2F0;
/* 0x2F2 */ s16 m2F2;
}; // size = 0x2F4
#endif /* D_A_OBJ_OHATCH_H */