summaryrefslogtreecommitdiff
path: root/src/d/msg/d_msg_string_base.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2023-02-25 18:23:13 -0800
committerGitHub <noreply@github.com>2023-02-25 18:23:13 -0800
commitbf663a0e3d3f5a2fb7bf8a36721c6cb3d81cf988 (patch)
tree391f8f7293d8fe4385b512646d187e918d9add17 /src/d/msg/d_msg_string_base.cpp
parent4df6e8edea459eea6b13a0aa5c348d457d15edd5 (diff)
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
Diffstat (limited to 'src/d/msg/d_msg_string_base.cpp')
-rw-r--r--src/d/msg/d_msg_string_base.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/d/msg/d_msg_string_base.cpp b/src/d/msg/d_msg_string_base.cpp
index 2fe10220c5..d8f2f24ef8 100644
--- a/src/d/msg/d_msg_string_base.cpp
+++ b/src/d/msg/d_msg_string_base.cpp
@@ -9,31 +9,6 @@
#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:
//