diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2026-02-13 15:06:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-13 15:06:14 -0800 |
| commit | 68f3531c2d3ee6cc90efe90a358cff1656ba275e (patch) | |
| tree | 40f85cff455bebdd3521813e206513df3aa7e5ff /src/JSystem | |
| parent | 0e58f214e58a47e6012014109bcba19694666716 (diff) | |
d_bg_parts debug (#3097)
Diffstat (limited to 'src/JSystem')
| -rw-r--r-- | src/JSystem/J2DGraph/J2DAnimation.cpp | 1 | ||||
| -rw-r--r-- | src/JSystem/J2DGraph/J2DPane.cpp | 1 | ||||
| -rw-r--r-- | src/JSystem/J3DGraphAnimator/J3DAnimation.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/JSystem/J2DGraph/J2DAnimation.cpp b/src/JSystem/J2DGraph/J2DAnimation.cpp index bf19ea1546..9a0405c4d9 100644 --- a/src/JSystem/J2DGraph/J2DAnimation.cpp +++ b/src/JSystem/J2DGraph/J2DAnimation.cpp @@ -3,6 +3,7 @@ #include "JSystem/J2DGraph/J2DAnimation.h" #include "JSystem/J2DGraph/J2DScreen.h" #include "JSystem/J3DGraphBase/J3DTexture.h" +#include "JSystem/J3DGraphBase/J3DTransform.h" #include "JSystem/JUtility/JUTPalette.h" #include "JSystem/JUtility/JUTResource.h" #include <dolphin/os.h> diff --git a/src/JSystem/J2DGraph/J2DPane.cpp b/src/JSystem/J2DGraph/J2DPane.cpp index ccaa67aaa4..23f40cd375 100644 --- a/src/JSystem/J2DGraph/J2DPane.cpp +++ b/src/JSystem/J2DGraph/J2DPane.cpp @@ -4,6 +4,7 @@ #include "JSystem/J2DGraph/J2DAnimation.h" #include "JSystem/J2DGraph/J2DOrthoGraph.h" #include "JSystem/J2DGraph/J2DScreen.h" +#include "JSystem/J3DGraphBase/J3DTransform.h" #include "JSystem/JSupport/JSURandomInputStream.h" #include "JSystem/JUtility/JUTResource.h" diff --git a/src/JSystem/J3DGraphAnimator/J3DAnimation.cpp b/src/JSystem/J3DGraphAnimator/J3DAnimation.cpp index 6b9a2d2250..28b80c58f1 100644 --- a/src/JSystem/J3DGraphAnimator/J3DAnimation.cpp +++ b/src/JSystem/J3DGraphAnimator/J3DAnimation.cpp @@ -1,6 +1,7 @@ #include "JSystem/JSystem.h" // IWYU pragma: keep #include "JSystem/J3DGraphAnimator/J3DAnimation.h" +#include "JSystem/J3DGraphAnimator/J3DModelData.h" #include "JSystem/J3DGraphBase/J3DStruct.h" #include "JSystem/JMath/JMath.h" |
