Files
tp/include/d/msg/d_msg_class.h
T

24 lines
579 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_MSG_D_MSG_CLASS_H
#define D_MSG_D_MSG_CLASS_H
#include "dolphin/types.h"
2022-03-15 02:25:25 -07:00
#include "f_op/f_op_actor.h"
2021-03-28 22:49:05 +02:00
2022-12-22 12:58:10 -07:00
class msg_class : public leafdraw_class {
2022-01-04 04:53:20 -08:00
public:
2022-12-30 16:03:16 -08:00
/* 0xC0 */ int mMsgType;
/* 0xC4 */ create_tag_class mDwTg;
/* 0xD8 */ leafdraw_method_class* mSubMtd;
/* 0xDC */ fopAc_ac_c* mpActor;
/* 0xE0 */ cXyz mPos;
/* 0xEC */ u32 mMsgID;
2022-03-15 02:25:25 -07:00
/* 0xF0 */ u32 field_0xf0;
/* 0xF4 */ u32 field_0xf4;
2022-12-30 16:03:16 -08:00
/* 0xF8 */ u16 mMode;
/* 0xFA */ u8 mSelectedChoiceIdx;
2022-03-15 02:25:25 -07:00
/* 0xFC */ int field_0xfc;
}; // Size: 0x100
2022-01-04 04:53:20 -08:00
2021-03-28 22:49:05 +02:00
#endif /* D_MSG_D_MSG_CLASS_H */