Files
tp/include/d/actor/d_a_obj_kiPot.h
T

47 lines
1014 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_OBJ_KIPOT_H
#define D_A_OBJ_KIPOT_H
2024-05-29 01:49:10 -06:00
#include "f_op/f_op_actor_mng.h"
/**
* @ingroup actors-objects
* @class daKiPot_c
* @brief Coro Pot
*
* @details
*
*/
class daKiPot_c : public fopAc_ac_c {
public:
/* 80C44D78 */ void setBaseMtx();
/* 80C44DD0 */ int create();
/* 80C44E7C */ int Execute();
2024-05-29 01:49:10 -06:00
/* 80C44EF8 */ void procMain();
/* 80C44F74 */ void init_modeWait();
/* 80C44F80 */ void modeWait();
/* 80C45008 */ s32 chkEvent();
/* 80C45058 */ int Draw();
/* 80C45060 */ int Delete();
2024-05-29 01:49:10 -06:00
private:
/* 0x568 */ u8 field_0x568[0x574 - 0x568];
/* 0x574 */ u8 mMode;
/* 0x575 */ u8 field_0x575;
/* 0x576 */ u8 field_0x576[0x578 - 0x576];
2024-05-29 01:49:10 -06:00
};
2024-06-10 01:34:52 -06:00
2024-05-29 01:49:10 -06:00
STATIC_ASSERT(sizeof(daKiPot_c) == 0x578);
class daKiPot_HIO_c : public mDoHIO_entry_c {
2024-05-29 01:49:10 -06:00
public:
/* 80C44D0C */ daKiPot_HIO_c();
/* 80C450E8 */ virtual ~daKiPot_HIO_c() {};
void genMessage(JORMContext*);
/* 0x00 */ /* vtable */
/* 0x06 */ u8 field_0x06;
2024-05-29 01:49:10 -06:00
};
2021-03-28 22:49:05 +02:00
#endif /* D_A_OBJ_KIPOT_H */