diff options
| author | Julgodis <> | 2021-03-30 01:58:08 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-03-30 01:58:08 +0200 |
| commit | a868b6ae56e5d586f31a445f47b45f5ac039c74a (patch) | |
| tree | 304857807d7375019ce452ceaad17045683a8c98 /libs/JSystem/J2DGraph/J2DTextBoxEx.cpp | |
| parent | 88eb7be90cfa48808f2416e427498a97b1d71faa (diff) | |
re-generate with bug fixes
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DTextBoxEx.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DTextBoxEx.cpp | 54 |
1 files changed, 21 insertions, 33 deletions
diff --git a/libs/JSystem/J2DGraph/J2DTextBoxEx.cpp b/libs/JSystem/J2DGraph/J2DTextBoxEx.cpp index c3930a9543..3a3d1e9639 100644 --- a/libs/JSystem/J2DGraph/J2DTextBoxEx.cpp +++ b/libs/JSystem/J2DGraph/J2DTextBoxEx.cpp @@ -38,15 +38,9 @@ struct J2DTextBoxVBinding {}; struct J2DTextBoxHBinding {}; -struct J2DAnmTextureSRTKey {}; - -struct J2DAnmTexPattern {}; - -struct J2DAnmTevRegKey {}; - struct J2DAnmColor {}; -struct J2DAnmTransform {}; +struct J2DTevStage {}; struct J2DAnmVtxColor {}; @@ -56,15 +50,7 @@ struct J2DAnmVisibilityFull { struct J2DAnmBase {}; -struct J2DTevStage {}; - -struct J2DMaterial { - /* 802EA38C */ void setGX(); - /* 802EAB0C */ void setAnimation(J2DAnmTevRegKey*); - /* 802EAA2C */ void setAnimation(J2DAnmTexPattern*); - /* 802EA94C */ void setAnimation(J2DAnmTextureSRTKey*); - /* 802EA89C */ void setAnimation(J2DAnmColor*); -}; +struct J2DAnmTransform {}; struct J2DPane { /* 80053BC0 */ void calcMtx(); @@ -89,6 +75,20 @@ struct J2DPane { /* 802F8474 */ void update(); }; +struct J2DAnmTextureSRTKey {}; + +struct J2DAnmTexPattern {}; + +struct J2DAnmTevRegKey {}; + +struct J2DMaterial { + /* 802EA38C */ void setGX(); + /* 802EAB0C */ void setAnimation(J2DAnmTevRegKey*); + /* 802EAA2C */ void setAnimation(J2DAnmTexPattern*); + /* 802EA94C */ void setAnimation(J2DAnmTextureSRTKey*); + /* 802EA89C */ void setAnimation(J2DAnmColor*); +}; + struct J2DTextBoxEx { struct stage_enum {}; @@ -150,8 +150,6 @@ struct J2DPrint { // Forward References: // -extern "C" extern char const* const J2DTextBoxEx__stringBase0; - extern "C" void __ct__12J2DTextBoxExFP7J2DPaneP20JSURandomInputStreamUlP11J2DMaterial(); extern "C" void __dt__12J2DTextBoxExFv(); extern "C" void drawSelf__12J2DTextBoxExFffPA3_A4_f(); @@ -311,27 +309,17 @@ SECTION_DATA static void* __vt__12J2DTextBoxEx[47 + 1 /* padding */] = { }; /* 804562D8-804562E0 0004+04 s=4 e=0 z=0 None .sdata2 @1534 */ -SECTION_SDATA2 static u8 lit_1534[4 + 4 /* padding */] = { - 0x00, - 0x00, - 0x00, - 0x00, +SECTION_SDATA2 static f32 lit_1534[1 + 1 /* padding */] = { + 0.0f, /* padding */ - 0x00, - 0x00, - 0x00, - 0x00, + 0.0f, }; /* 804562E0-804562E8 0008+00 s=2 e=0 z=0 None .sdata2 @1536 */ -SECTION_SDATA2 static u8 lit_1536[8] = { - 0x43, 0x30, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, -}; +SECTION_SDATA2 static f64 lit_1536 = 4503601774854144.0 /* cast s32 to float */; /* 804562E8-804562F0 0008+00 s=1 e=0 z=0 None .sdata2 @1539 */ -SECTION_SDATA2 static u8 lit_1539[8] = { - 0x43, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -}; +SECTION_SDATA2 static f64 lit_1539 = 4503599627370496.0 /* cast u32 to float */; /* 803071E4-8030751C 0338+00 s=0 e=1 z=0 None .text * __ct__12J2DTextBoxExFP7J2DPaneP20JSURandomInputStreamUlP11J2DMaterial */ |
