mirror of
https://github.com/zeldaret/tp
synced 2026-05-30 00:47:05 -04:00
Merge remote-tracking branch 'origin/work6'
This commit is contained in:
@@ -1,6 +1,22 @@
|
||||
#ifndef D_A_OBJ_COWDOOR_H
|
||||
#define D_A_OBJ_COWDOOR_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "d/bg/d_bg_s_movebg_actor.h"
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
class daCowdoor_c : public dBgS_MoveBgActor {
|
||||
public:
|
||||
/* 80BCC7F8 */ void setBaseMtx();
|
||||
/* 80BCC86C */ int Create();
|
||||
/* 80BCC8C4 */ int CreateHeap();
|
||||
/* 80BCC93C */ int create();
|
||||
/* 80BCCA1C */ int Execute(f32 (**)[3][4]);
|
||||
/* 80BCCA48 */ int Draw();
|
||||
/* 80BCCAEC */ int Delete();
|
||||
|
||||
/* 0x5A0 */ request_of_phase_process_class field_0x5a0;
|
||||
/* 0x5A8 */ J3DModel* field_0x5a8;
|
||||
}; // Size: 0x5AC
|
||||
|
||||
#endif /* D_A_OBJ_COWDOOR_H */
|
||||
|
||||
@@ -26,7 +26,6 @@ public:
|
||||
/* 80D5B2EC */ daLv6CstaSw_HIO_c();
|
||||
/* 80D5B740 */ virtual ~daLv6CstaSw_HIO_c();
|
||||
|
||||
/* 0x04 */ s8 field_0x4;
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_LV6CSTASW_H */
|
||||
|
||||
@@ -1,6 +1,27 @@
|
||||
#ifndef D_A_TAG_POFIRE_H
|
||||
#define D_A_TAG_POFIRE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "m_Do/m_Do_hostIO.h"
|
||||
|
||||
class daTagPoFire_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 80D5DB38 */ void setBaseMtx();
|
||||
/* 80D5DB90 */ int create();
|
||||
/* 80D5DBF0 */ int Execute();
|
||||
/* 80D5DC20 */ int Draw();
|
||||
/* 80D5DC28 */ int Delete();
|
||||
|
||||
/* 0x568 */ u8 field_0x568;
|
||||
/* 0x569 */ u8 field_0x569;
|
||||
/* 0x56B */ u16 field_0x56b;
|
||||
};
|
||||
|
||||
class daTagPoFire_HIO_c : public mDoHIO_entry_c {
|
||||
public:
|
||||
/* 80D5DACC */ daTagPoFire_HIO_c();
|
||||
/* 80D5DCB0 */ virtual ~daTagPoFire_HIO_c();
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_POFIRE_H */
|
||||
|
||||
Reference in New Issue
Block a user