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/J3DGraphAnimator/J3DJointTree.cpp | |
| parent | dca1d2a1c032f239c65aa1b7767132c12e89f628 (diff) | |
demangle data-symbols
Diffstat (limited to 'libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp')
| -rw-r--r-- | libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp b/libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp index 4848f578f9..be24e51ed5 100644 --- a/libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp +++ b/libs/JSystem/J3DGraphAnimator/J3DJointTree.cpp @@ -19,6 +19,8 @@ struct J3DMtxBuffer {}; struct J3DMtxCalc { /* 80325D1C */ void setMtxBuffer(J3DMtxBuffer*); + + static u8 mMtxBuffer[4]; }; struct J3DModelHierarchy {}; @@ -28,6 +30,8 @@ struct J3DMaterialTable {}; struct J3DJoint { /* 8032F13C */ void appendChild(J3DJoint*); /* 8032F3F8 */ void recursiveCalc(); + + static u8 mCurrentMtxCalc[4 + 4 /* padding */]; }; struct J3DJointTree { @@ -67,8 +71,8 @@ extern "C" void appendChild__8J3DJointFP8J3DJoint(); extern "C" void recursiveCalc__8J3DJointFv(); extern "C" void _savegpr_23(); extern "C" void _restgpr_23(); -extern "C" extern u8 mMtxBuffer__10J3DMtxCalc[4]; -extern "C" extern u8 mCurrentMtxCalc__8J3DJoint[4 + 4 /* padding */]; +extern "C" u8 mMtxBuffer__10J3DMtxCalc[4]; +extern "C" u8 mCurrentMtxCalc__8J3DJoint[4 + 4 /* padding */]; // // Declarations: |
