diff options
| author | Max Roncace <me@caseif.net> | 2026-01-06 07:38:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-06 04:38:40 -0800 |
| commit | 3679e7abab82df6447f7b55aa472b5b9c8062fb0 (patch) | |
| tree | 025ed4e98456f162b911d4623b73c94757856f08 /src/JSystem/J3DGraphLoader/J3DModelLoaderCalcSize.cpp | |
| parent | 5b987084eac71e044ace3ebe21f62d5410b23e62 (diff) | |
Misc debug include/class order improvements + link remaining Z2AudioLib TUs (#3014)
* Improve dolzel.pch ordering
* Improve JSystem include order
* Various class ordering fixes
* Link remaining Z2AudioLib TUs
* Fix some symbols in Shield and weak functions in ShieldD
Diffstat (limited to 'src/JSystem/J3DGraphLoader/J3DModelLoaderCalcSize.cpp')
| -rw-r--r-- | src/JSystem/J3DGraphLoader/J3DModelLoaderCalcSize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/J3DGraphLoader/J3DModelLoaderCalcSize.cpp b/src/JSystem/J3DGraphLoader/J3DModelLoaderCalcSize.cpp index a1e72e8be1..d3754ad8b4 100644 --- a/src/JSystem/J3DGraphLoader/J3DModelLoaderCalcSize.cpp +++ b/src/JSystem/J3DGraphLoader/J3DModelLoaderCalcSize.cpp @@ -5,12 +5,12 @@ #include "JSystem/J3DGraphLoader/J3DShapeFactory.h" #include "JSystem/J3DGraphLoader/J3DMaterialFactory.h" #include "JSystem/J3DGraphBase/J3DMaterial.h" +#include "JSystem/J3DGraphAnimator/J3DJoint.h" #include "JSystem/J3DGraphAnimator/J3DModelData.h" #include "JSystem/JSupport/JSupport.h" #include "dolphin/os.h" #include "global.h" - u16 J3DModelLoader::countMaterialNum(const void* stream) { const J3DModelFileData* header = (const J3DModelFileData*)stream; const J3DModelBlock* block = header->mBlocks; |
