mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_tag_howl fully matching (#280)
This commit is contained in:
@@ -1,6 +1,24 @@
|
||||
#ifndef D_A_TAG_HOWL_H
|
||||
#define D_A_TAG_HOWL_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
#include "d/d_procname.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
class daTag_Howl_c : public fopAc_ac_c {
|
||||
public:
|
||||
u8 field_0x568;
|
||||
u8 field_0x569;
|
||||
|
||||
/* 8048D958 */ int create();
|
||||
/* 8048D9BC */ int destroy();
|
||||
/* 8048D9C4 */ int execute();
|
||||
/* 8048DA24 */ int draw();
|
||||
/* 8048DA2C */ u8 isAreaCheck();
|
||||
/* 8048DC1C */ int getParam();
|
||||
/* 8048DC68 */ u8 getSwitchBit();
|
||||
/* 8048DCFC */ virtual ~daTag_Howl_c() {}
|
||||
|
||||
}; // Size: 0x570
|
||||
|
||||
#endif /* D_A_TAG_HOWL_H */
|
||||
|
||||
Reference in New Issue
Block a user