Files
tp/include/d/d_msg_scrn_kanban.h
T
TakaRikka a6e76c0841 project cleanup (#2895)
* some wii OS fixes

* remove old dol2asm comments

* remove dol2asm.h

* remove function address comments

* normalize ATTRIBUTE_ALIGN usage

* DECL_WEAK macro

* fix gcc attribute weak macro

* wrap more mwcc specific things in ifdefs

* fixes

* fix revo sdk version flags

* fixes
2025-11-30 15:23:42 -07:00

29 lines
695 B
C++

#ifndef MSG_SCRN_D_MSG_SCRN_KANBAN_H
#define MSG_SCRN_D_MSG_SCRN_KANBAN_H
#include "d/d_msg_scrn_base.h"
class JKRExpHeap;
class J2DAnmTransform;
class J2DAnmTextureSRTKey;
class CPaneMgr;
struct dMsgScrnKanban_c : public dMsgScrnBase_c {
dMsgScrnKanban_c(JKRExpHeap*);
~dMsgScrnKanban_c();
void exec();
void draw();
void fukiAlpha(f32);
void fukiScale(f32);
void fukiTrans(f32, f32);
/* 0xC4 */ CPaneMgr* mpBack_c;
/* 0xC8 */ CPaneMgr* mpSpot_c;
/* 0xCC */ J2DAnmTransform* field_0xcc;
/* 0xD0 */ J2DAnmTextureSRTKey* field_0xd0;
/* 0xD4 */ JKRExpHeap* field_0xd4;
/* 0xD8 */ f32 field_0xd8;
};
#endif /* MSG_SCRN_D_MSG_SCRN_KANBAN_H */