2021-03-28 22:49:05 +02:00
|
|
|
#ifndef MSG_SCRN_D_MSG_SCRN_KANBAN_H
|
|
|
|
|
#define MSG_SCRN_D_MSG_SCRN_KANBAN_H
|
|
|
|
|
|
2024-10-10 07:29:58 -07:00
|
|
|
#include "d/d_msg_scrn_base.h"
|
2024-01-27 03:57:16 +02:00
|
|
|
|
|
|
|
|
class JKRExpHeap;
|
|
|
|
|
class J2DAnmTransform;
|
|
|
|
|
class J2DAnmTextureSRTKey;
|
|
|
|
|
class CPaneMgr;
|
|
|
|
|
|
|
|
|
|
struct dMsgScrnKanban_c : public dMsgScrnBase_c {
|
2025-11-30 14:23:42 -08:00
|
|
|
dMsgScrnKanban_c(JKRExpHeap*);
|
|
|
|
|
~dMsgScrnKanban_c();
|
|
|
|
|
void exec();
|
|
|
|
|
void draw();
|
|
|
|
|
void fukiAlpha(f32);
|
|
|
|
|
void fukiScale(f32);
|
|
|
|
|
void fukiTrans(f32, f32);
|
2024-01-27 03:57:16 +02:00
|
|
|
|
|
|
|
|
/* 0xC4 */ CPaneMgr* mpBack_c;
|
|
|
|
|
/* 0xC8 */ CPaneMgr* mpSpot_c;
|
|
|
|
|
/* 0xCC */ J2DAnmTransform* field_0xcc;
|
|
|
|
|
/* 0xD0 */ J2DAnmTextureSRTKey* field_0xd0;
|
|
|
|
|
/* 0xD4 */ JKRExpHeap* field_0xd4;
|
|
|
|
|
/* 0xD8 */ f32 field_0xd8;
|
|
|
|
|
};
|
2021-03-28 22:49:05 +02:00
|
|
|
|
|
|
|
|
#endif /* MSG_SCRN_D_MSG_SCRN_KANBAN_H */
|