mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Add PCH for JSystem (#2645)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user