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/J2DGraph | |
| parent | 0e58f214e58a47e6012014109bcba19694666716 (diff) | |
d_bg_parts debug (#3097)
Diffstat (limited to 'src/JSystem/J2DGraph')
| -rw-r--r-- | src/JSystem/J2DGraph/J2DAnimation.cpp | 1 | ||||
| -rw-r--r-- | src/JSystem/J2DGraph/J2DPane.cpp | 1 |
2 files changed, 2 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" |
