diff options
| author | Max Roncace <me@caseif.net> | 2025-09-11 16:20:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-11 13:20:45 -0700 |
| commit | a6c3c20b23743dd21c4525995b0e144d8189af49 (patch) | |
| tree | 3721c8702f9b8383408d2a716fca6d445abd0891 /src/JSystem/J2DGraph/J2DPane.cpp | |
| parent | 4b729b0f65c7fb6c6ded163ed5431ebc9faa9431 (diff) | |
Add PCH for JSystem (#2645)
Diffstat (limited to 'src/JSystem/J2DGraph/J2DPane.cpp')
| -rw-r--r-- | src/JSystem/J2DGraph/J2DPane.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/JSystem/J2DGraph/J2DPane.cpp b/src/JSystem/J2DGraph/J2DPane.cpp index 874d04fcff..2e7d49afc6 100644 --- a/src/JSystem/J2DGraph/J2DPane.cpp +++ b/src/JSystem/J2DGraph/J2DPane.cpp @@ -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 */ -}
\ No newline at end of file +} |
