diff options
| author | Julgodis <> | 2021-04-07 09:16:47 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-07 09:16:47 +0200 |
| commit | dca1d2a1c032f239c65aa1b7767132c12e89f628 (patch) | |
| tree | 103f2574cfa7c6b9f19df522447d0b58861b60ba /libs/JSystem/J2DGraph/J2DPicture.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DPicture.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DPicture.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libs/JSystem/J2DGraph/J2DPicture.cpp b/libs/JSystem/J2DGraph/J2DPicture.cpp index f57a5cfa8c..8fa038478b 100644 --- a/libs/JSystem/J2DGraph/J2DPicture.cpp +++ b/libs/JSystem/J2DGraph/J2DPicture.cpp @@ -73,21 +73,23 @@ struct J2DScreen { /* 802F9640 */ void getNameResource(char const*); }; -struct J2DAnmBase {}; +struct J2DBinding {}; -struct J2DAnmColor {}; +struct J2DAnmBase {}; -struct J2DAnmTextureSRTKey {}; +struct J2DAnmTevRegKey {}; struct J2DAnmVtxColor {}; -struct J2DAnmVisibilityFull {}; - struct J2DAnmTransform {}; +struct J2DAnmTextureSRTKey {}; + +struct J2DAnmVisibilityFull {}; + struct J2DAnmTexPattern {}; -struct J2DAnmTevRegKey {}; +struct J2DAnmColor {}; struct J2DPane { /* 80020158 */ void setAlpha(u8); @@ -132,8 +134,6 @@ struct J2DPane { struct J2DMaterial {}; -struct J2DBinding {}; - struct J2DMirror {}; struct J2DPicture { |
