mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
046d178003
* work on fop actor / actor mng, daalink, d_a_obj_item * d_a_title mostly decompiled * daalink / d_event / JMessage / dmsg_out_font work * msg_scrn_base / msg_scrn_boss * some work on mDo machine, d_menu_save, d_tresure, and various * remove asm * progress
24 lines
662 B
C++
24 lines
662 B
C++
#ifndef MSG_SCRN_D_MSG_SCRN_BOSS_H
|
|
#define MSG_SCRN_D_MSG_SCRN_BOSS_H
|
|
|
|
#include "msg/scrn/d_msg_scrn_base.h"
|
|
|
|
class dMsgScrnBoss_c : public dMsgScrnBase_c {
|
|
public:
|
|
/* 8023C5C8 */ dMsgScrnBoss_c();
|
|
|
|
/* 8023C928 */ virtual ~dMsgScrnBoss_c();
|
|
/* 8023CA88 */ virtual void exec();
|
|
/* 8023CB98 */ virtual void drawSelf();
|
|
/* 8023CC7C */ virtual void fukiScale(f32);
|
|
/* 8023CC80 */ virtual void fukiTrans(f32, f32);
|
|
/* 8023CC84 */ virtual void fontAlpha(f32);
|
|
/* 8023CBF0 */ virtual void fukiAlpha(f32);
|
|
|
|
private:
|
|
/* 0xC4 */ CPaneMgr* mpBaseParent;
|
|
/* 0xC8 */ CPaneMgr* mpFontParent;
|
|
};
|
|
|
|
#endif /* MSG_SCRN_D_MSG_SCRN_BOSS_H */
|