diff options
| author | Julgodis <> | 2021-04-08 01:47:05 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 01:47:05 +0200 |
| commit | a23a10639979ee10cbea5ffdadadc490d9e60227 (patch) | |
| tree | 75a86f6d6760a9f4183f3e97606eb7747399a0a8 /libs/JSystem/J2DGraph/J2DAnimation.cpp | |
| parent | dca1d2a1c032f239c65aa1b7767132c12e89f628 (diff) | |
demangle data-symbols
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DAnimation.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DAnimation.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/JSystem/J2DGraph/J2DAnimation.cpp b/libs/JSystem/J2DGraph/J2DAnimation.cpp index 76d75c1b54..7ea99a9ae2 100644 --- a/libs/JSystem/J2DGraph/J2DAnimation.cpp +++ b/libs/JSystem/J2DGraph/J2DAnimation.cpp @@ -42,7 +42,9 @@ struct J3DTextureSRTInfo {}; struct J3DAnmKeyTableBase {}; -struct J2DScreen {}; +struct J2DScreen { + static u8 mDataManage[4 + 4 /* padding */]; +}; struct J2DResReference { /* 8030CF10 */ void getResReference(u16) const; @@ -189,7 +191,7 @@ extern "C" extern void* __vt__10J2DAnmBase[4]; extern "C" extern void* __vt__15J2DAnmTransform[5 + 4 /* padding */]; extern "C" extern void* __vt__10JUTNameTab[3]; extern "C" extern void* __vt__14J2DAnmVtxColor[5]; -extern "C" extern u8 mDataManage__9J2DScreen[4 + 4 /* padding */]; +extern "C" u8 mDataManage__9J2DScreen[4 + 4 /* padding */]; // // Declarations: |
