summaryrefslogtreecommitdiff
path: root/libs/JSystem/J2DGraph/J2DScreen.cpp
diff options
context:
space:
mode:
authorJulgodis <>2021-04-07 09:16:47 +0200
committerJulgodis <>2021-04-07 09:16:47 +0200
commitdca1d2a1c032f239c65aa1b7767132c12e89f628 (patch)
tree103f2574cfa7c6b9f19df522447d0b58861b60ba /libs/JSystem/J2DGraph/J2DScreen.cpp
parented1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff)
detect more floats/doubles, including from relocations
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DScreen.cpp')
-rw-r--r--libs/JSystem/J2DGraph/J2DScreen.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/libs/JSystem/J2DGraph/J2DScreen.cpp b/libs/JSystem/J2DGraph/J2DScreen.cpp
index 202100def5..9f57437703 100644
--- a/libs/JSystem/J2DGraph/J2DScreen.cpp
+++ b/libs/JSystem/J2DGraph/J2DScreen.cpp
@@ -54,14 +54,14 @@ struct JGeometry {
struct J2DAnmBase {};
-struct J2DGrafContext {};
-
struct J2DAnmVtxColor {};
-struct J2DAnmVisibilityFull {};
-
struct J2DAnmTransform {};
+struct J2DGrafContext {};
+
+struct J2DAnmVisibilityFull {};
+
struct J2DPane {
/* 80020158 */ void setAlpha(u8);
/* 80053C00 */ void makeMatrix(f32, f32);
@@ -91,13 +91,13 @@ struct J2DPane {
/* 802F8478 */ void drawSelf(f32, f32);
};
-struct J2DAnmColor {};
-
-struct J2DAnmTextureSRTKey {};
+struct J2DAnmTexPattern {};
struct J2DAnmTevRegKey {};
-struct J2DAnmTexPattern {};
+struct J2DAnmColor {};
+
+struct J2DAnmTextureSRTKey {};
struct J2DMaterial {
/* 802EA1AC */ J2DMaterial();