d_a_obj_pbco 100% (#616)

* Update d_a_obj_pbco.cpp

* Update d_a_obj_pbco.h

* Update d_a_obj_pbco.cpp

* Update src/d/actor/d_a_obj_pbco.cpp

Co-authored-by: Jasper St. Pierre <jstpierre@mecheye.net>

---------

Co-authored-by: Jasper St. Pierre <jstpierre@mecheye.net>
This commit is contained in:
poketannenbaum
2024-04-21 20:09:42 -04:00
committed by GitHub
parent 3d4604a2fb
commit 3a5f4d56ea
2 changed files with 116 additions and 30 deletions
+13 -10
View File
@@ -1,6 +1,8 @@
#ifndef D_A_OBJ_PBCO_H
#define D_A_OBJ_PBCO_H
#include "SSystem/SComponent/c_phase.h"
#include "d/d_bg_w.h"
#include "f_op/f_op_actor.h"
class daObj_Pbco_c : public fopAc_ac_c {
@@ -9,21 +11,22 @@ public:
inline BOOL _delete();
inline BOOL _draw();
inline BOOL _execute();
static const char M_arcname[];
BOOL CreateHeap();
s32 CreateInit();
void set_mtx();
void CreateHeap();
void CreateInit();
public:
/* Place member variables here */
};
/* 0x290 */ request_of_phase_process_class mPhs;
/* 0x298 */ J3DModel* mpModel;
/* 0x29C */ dBgW* mpBgW;
/* 0x2A0 */ Mtx mMtx;
}; // Size: 0x2A0
class daObj_Pbco_HIO_c {
public:
daObj_Pbco_HIO_c();
public:
/* Place member variables here */
};
virtual ~daObj_Pbco_HIO_c() {}
/* 0x04 */ s8 field_0x04;
}; // Size: 0x04
#endif /* D_A_OBJ_PBCO_H */