mirror of
https://github.com/zeldaret/tp
synced 2026-08-18 13:43:24 -04:00
Merge remote-tracking branch 'upstream/master' into undecided
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
#ifndef D_A_TALK_H
|
||||
#define D_A_TALK_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "d/msg/d_msg_flow.h"
|
||||
|
||||
class daTalk_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 80D66378 */ ~daTalk_c();
|
||||
/* 80D663E4 */ int create();
|
||||
/* 80D664AC */ int execute();
|
||||
/* 80D6665C */ int draw();
|
||||
/* 80D66664 */ void setStatus(u16);
|
||||
/* 80D66688 */ u16 getStatus();
|
||||
/* 80D666A8 */ u32 messageSet();
|
||||
|
||||
/* 0x568 */ dMsgFlow_c mMsgFlow;
|
||||
/* 0x5B4 */ u32 mMessageID;
|
||||
};
|
||||
|
||||
#endif /* D_A_TALK_H */
|
||||
|
||||
Reference in New Issue
Block a user