mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 22:22:05 -04:00
several files OK
This commit is contained in:
@@ -1,6 +1,24 @@
|
||||
#ifndef MSG_SCRN_D_MSG_SCRN_PLACE_H
|
||||
#define MSG_SCRN_D_MSG_SCRN_PLACE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "msg/scrn/d_msg_scrn_base.h"
|
||||
|
||||
class dMsgScrnPlace_c : public dMsgScrnBase_c {
|
||||
public:
|
||||
/* 802463CC */ dMsgScrnPlace_c();
|
||||
|
||||
/* 802467C4 */ virtual ~dMsgScrnPlace_c();
|
||||
/* 80246924 */ virtual void exec();
|
||||
/* 80246A44 */ virtual void drawSelf();
|
||||
/* 80246A9C */ virtual void fukiAlpha(f32);
|
||||
/* 80246B28 */ virtual void fukiScale(f32);
|
||||
/* 80246B2C */ virtual void fukiTrans(f32, f32);
|
||||
/* 80246B30 */ virtual void fontAlpha(f32);
|
||||
|
||||
/* 0xC4 */ CPaneMgr* mpBaseParent;
|
||||
/* 0xC8 */ CPaneMgr* mpFontParent;
|
||||
/* 0xCC */ f32 mScaleX;
|
||||
/* 0xD0 */ f32 mScaleY;
|
||||
};
|
||||
|
||||
#endif /* MSG_SCRN_D_MSG_SCRN_PLACE_H */
|
||||
|
||||
@@ -1,6 +1,23 @@
|
||||
#ifndef MSG_SCRN_D_MSG_SCRN_STAFF_H
|
||||
#define MSG_SCRN_D_MSG_SCRN_STAFF_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "msg/scrn/d_msg_scrn_base.h"
|
||||
|
||||
class dMsgScrnStaff_c : public dMsgScrnBase_c {
|
||||
public:
|
||||
/* 80246B34 */ dMsgScrnStaff_c(u8);
|
||||
|
||||
/* 80246DD8 */ virtual ~dMsgScrnStaff_c();
|
||||
/* 80246EE8 */ virtual void exec();
|
||||
/* 80246F68 */ virtual void drawSelf();
|
||||
/* 80246FC0 */ virtual void fukiAlpha(f32);
|
||||
/* 80246FE4 */ virtual void fukiScale(f32);
|
||||
/* 80246FE8 */ virtual void fukiTrans(f32, f32);
|
||||
/* 80246FEC */ virtual void fontAlpha(f32);
|
||||
|
||||
/* 0XC4 */ u8 field_0xc4[0xD0 - 0xC8];
|
||||
/* 0xCC */ f32 field_0xcc;
|
||||
/* 0xD0 */ f32 field_0xd0;
|
||||
};
|
||||
|
||||
#endif /* MSG_SCRN_D_MSG_SCRN_STAFF_H */
|
||||
|
||||
Reference in New Issue
Block a user