mirror of
https://github.com/zeldaret/tp
synced 2026-08-12 03:48:38 -04:00
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
This commit is contained in:
@@ -13,22 +13,22 @@ struct jmessage_string_tRenderingProcessor;
|
||||
|
||||
class dMsgStringBase_c {
|
||||
public:
|
||||
/* 802493B4 */ dMsgStringBase_c();
|
||||
/* 80249528 */ ~dMsgStringBase_c();
|
||||
/* 80249700 */ void getResource();
|
||||
/* 80249768 */ f32 getStringLocal(u32, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, u8);
|
||||
/* 802498D8 */ f32 getStringPageLocal(u32, u8, u8, J2DTextBox*, J2DTextBox*, JUTFont*,
|
||||
dMsgStringBase_c();
|
||||
~dMsgStringBase_c();
|
||||
void getResource();
|
||||
f32 getStringLocal(u32, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, u8);
|
||||
f32 getStringPageLocal(u32, u8, u8, J2DTextBox*, J2DTextBox*, JUTFont*,
|
||||
COutFont_c*, u8);
|
||||
/* 80249A48 */ u8 getPageMax(int);
|
||||
/* 80249A70 */ f32 getMessageLocal(u32, char*);
|
||||
u8 getPageMax(int);
|
||||
f32 getMessageLocal(u32, char*);
|
||||
|
||||
/* 80249BB0 */ virtual f32 getString(u32, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, u8);
|
||||
/* 80249BD0 */ virtual f32 getStringPage(u32, u8, u8, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*,
|
||||
virtual f32 getString(u32, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, u8);
|
||||
virtual f32 getStringPage(u32, u8, u8, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*,
|
||||
u8);
|
||||
/* 80249BF8 */ virtual f32 getMessage(u32, char*);
|
||||
/* 80249C18 */ virtual void resetStringLocal(J2DTextBox*);
|
||||
/* 80249C1C */ virtual void drawOutFontLocal(J2DTextBox*, f32);
|
||||
/* 80249BAC */ virtual void drawFontLocal(J2DTextBox*, u8, f32, f32, f32, f32, u32, u8);
|
||||
virtual f32 getMessage(u32, char*);
|
||||
virtual void resetStringLocal(J2DTextBox*);
|
||||
virtual void drawOutFontLocal(J2DTextBox*, f32);
|
||||
virtual void drawFontLocal(J2DTextBox*, u8, f32, f32, f32, f32, u32, u8);
|
||||
|
||||
private:
|
||||
/* 0x04 */ JMessage::TResourceContainer* mpResCont;
|
||||
|
||||
Reference in New Issue
Block a user