Add PCH for JSystem (#2645)

This commit is contained in:
Max Roncace
2025-09-11 13:20:45 -07:00
committed by GitHub
parent 4b729b0f65
commit a6c3c20b23
247 changed files with 553 additions and 57 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/J2DGraph/J2DOrthoGraph.h"
#include "dolphin/gx.h"
@@ -90,4 +92,4 @@ void J2DDrawFrame(JGeometry::TBox2<f32> const& box, JUtility::TColor color, u8 l
oGrph.setColor(color);
oGrph.setLineWidth(line_width);
oGrph.drawFrame(box);
}
}