d_a_obj_bombf OK (#313)

This commit is contained in:
Trueffel
2023-04-04 07:05:17 +02:00
committed by GitHub
parent c3d660bb2e
commit 9cb56a7070
24 changed files with 142 additions and 650 deletions
@@ -1,6 +1,27 @@
#ifndef D_A_OBJ_BOMBF_H
#define D_A_OBJ_BOMBF_H
#include "dolphin/types.h"
#include "d/com/d_com_inf_game.h"
#include "d/d_bomb.h"
#include "f_op/f_op_actor_mng.h"
class daObjBombf_c : public fopAc_ac_c {
public:
/* 80BBA9F8 */ bool createHeap();
/* 80BBAA84 */ int create();
/* 80BBABBC */ ~daObjBombf_c();
/* 80BBAC4C */ void setMatrix();
/* 80BBACC0 */ int execute();
/* 80BBADF8 */ int draw();
/* 0x568 */ request_of_phase_process_class field_0x568;
/* 0x570 */ J3DModel* field_0x570;
/* 0x574 */ u32 field_0x574;
/* 0x578 */ u8 field_0x578;
/* 0x57C */ u32 field_0x57c;
/* 0x580 */ u16 field_0x580;
/* 0x582 */ u8 field_0x582;
/* 0x584 */ f32 field_0x584;
}; // Size: 0x588
#endif /* D_A_OBJ_BOMBF_H */