mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user