mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-24 23:53:12 -04:00
d_a_kytag06 fully done / d_msg_class/object work (#300)
* d_a_kytag06 OK and d_msg_class/object wip * add some GXDraw functions * cleanup kytag6 * remove asm
This commit is contained in:
@@ -8,31 +8,6 @@
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
|
||||
struct jmessage_string_tControl {
|
||||
/* 8022FB5C */ jmessage_string_tControl();
|
||||
};
|
||||
|
||||
struct COutFont_c {};
|
||||
|
||||
struct jmessage_string_tReference {
|
||||
/* 8022F8C0 */ jmessage_string_tReference();
|
||||
/* 8022F9AC */ void init(J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, u8);
|
||||
/* 8022FA38 */ void getLineLength(int);
|
||||
};
|
||||
|
||||
struct jmessage_string_tSequenceProcessor {
|
||||
/* 80230A08 */ jmessage_string_tSequenceProcessor(jmessage_string_tReference const*,
|
||||
jmessage_string_tControl*);
|
||||
};
|
||||
|
||||
struct jmessage_string_tRenderingProcessor {
|
||||
/* 80230BC8 */ jmessage_string_tRenderingProcessor(jmessage_string_tReference const*);
|
||||
};
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user