Add PCH for JSystem (#2645)

This commit is contained in:
Max Roncace
2025-09-11 16:20:45 -04: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/J2DPane.h"
#include "JSystem/J2DGraph/J2DAnimation.h"
#include "JSystem/J2DGraph/J2DOrthoGraph.h"
@@ -968,4 +970,4 @@ void J2DPane::update() {
/* 802F8478-802F847C 2F2DB8 0004+00 1/0 1/0 0/0 .text drawSelf__7J2DPaneFff */
void J2DPane::drawSelf(f32, f32) {
/* empty function */
}
}