diff options
| author | Julgodis <> | 2021-04-10 07:02:38 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-10 07:02:38 +0200 |
| commit | 0ad6ebe7b499ad3efffad93e2e7eb1033bcb6598 (patch) | |
| tree | a40631b0654c4d310ebff2360e2a4ef32437a2b5 /libs/JSystem/J2DGraph/J2DScreen.cpp | |
| parent | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (diff) | |
moved strings + decompile simple store functions
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DScreen.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DScreen.cpp | 45 |
1 files changed, 22 insertions, 23 deletions
diff --git a/libs/JSystem/J2DGraph/J2DScreen.cpp b/libs/JSystem/J2DGraph/J2DScreen.cpp index 48216f5478..84132bea69 100644 --- a/libs/JSystem/J2DGraph/J2DScreen.cpp +++ b/libs/JSystem/J2DGraph/J2DScreen.cpp @@ -52,36 +52,17 @@ struct JGeometry { struct TBox2__template0 {}; }; -struct J2DAnmTextureSRTKey {}; - -struct J2DAnmTexPattern {}; - -struct J2DAnmColor {}; - -struct J2DAnmTevRegKey {}; - -struct J2DMaterial { - /* 802EA1AC */ J2DMaterial(); - /* 802EA2CC */ ~J2DMaterial(); - /* 802EAA2C */ void setAnimation(J2DAnmTexPattern*); - /* 802EA94C */ void setAnimation(J2DAnmTextureSRTKey*); - /* 802EAB0C */ void setAnimation(J2DAnmTevRegKey*); - /* 802EA89C */ void setAnimation(J2DAnmColor*); - /* 802EAC78 */ void animation(); -}; - struct J2DAnmVisibilityFull {}; -struct J2DAnmVtxColor {}; - -struct J2DAnmTransform {}; - struct J2DAnmBase {}; struct J2DGrafContext {}; +struct J2DAnmTransform {}; + +struct J2DAnmVtxColor {}; + struct J2DPane { - /* 80020158 */ void setAlpha(u8); /* 80053C00 */ void makeMatrix(f32, f32); /* 802F7540 */ void makeMatrix(f32, f32, f32, f32); /* 802F5F9C */ J2DPane(J2DPane*, JSURandomInputStream*, u8); @@ -109,6 +90,24 @@ struct J2DPane { /* 802F8478 */ void drawSelf(f32, f32); }; +struct J2DAnmTexPattern {}; + +struct J2DAnmTevRegKey {}; + +struct J2DAnmTextureSRTKey {}; + +struct J2DAnmColor {}; + +struct J2DMaterial { + /* 802EA1AC */ J2DMaterial(); + /* 802EA2CC */ ~J2DMaterial(); + /* 802EAA2C */ void setAnimation(J2DAnmTexPattern*); + /* 802EA94C */ void setAnimation(J2DAnmTextureSRTKey*); + /* 802EAB0C */ void setAnimation(J2DAnmTevRegKey*); + /* 802EA89C */ void setAnimation(J2DAnmColor*); + /* 802EAC78 */ void animation(); +}; + struct J2DWindowEx { /* 80300C94 */ J2DWindowEx(J2DPane*, JSURandomInputStream*, u32, J2DMaterial*); }; |
