diff options
Diffstat (limited to 'src/d/msg/d_msg_string.cpp')
| -rw-r--r-- | src/d/msg/d_msg_string.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/msg/d_msg_string.cpp b/src/d/msg/d_msg_string.cpp index 39e894f609..6d42f06d93 100644 --- a/src/d/msg/d_msg_string.cpp +++ b/src/d/msg/d_msg_string.cpp @@ -11,14 +11,14 @@ // Types: // -struct COutFont_c { - /* 80225C94 */ COutFont_c(u8); -}; - struct J2DTextBox {}; struct JUTFont {}; +struct COutFont_c { + /* 80225C94 */ COutFont_c(u8); +}; + struct dMsgString_c { /* 80191B6C */ void getString(u32, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, u8); /* 801E1D10 */ void getStringPage(u32, u8, u8, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, |
