d_a_warp_bug OK

This commit is contained in:
TakaRikka
2023-07-07 01:16:47 -07:00
parent 2c8bfedbba
commit 60b613ba4e
7 changed files with 192 additions and 196 deletions
+20 -1
View File
@@ -1,6 +1,25 @@
#ifndef D_A_WARP_BUG_H
#define D_A_WARP_BUG_H
#include "dolphin/types.h"
#include "f_op/f_op_actor_mng.h"
class daWarpBug_c : public fopAc_ac_c {
public:
inline ~daWarpBug_c();
/* 80D67E38 */ void create_init();
/* 80D68068 */ int draw();
inline int createHeap();
inline int execute();
inline int create();
/* 0x568 */ J3DModel* mpModel;
/* 0x56C */ mDoExt_brkAnm* mpBrk;
/* 0x570 */ mDoExt_btkAnm* mpBtk;
/* 0x574 */ request_of_phase_process_class mPhase;
/* 0x57C */ s16 field_0x57c;
/* 0x57E */ u8 field_0x57e;
};
#endif /* D_A_WARP_BUG_H */