Add PCH for JSystem (#2645)

This commit is contained in:
Max Roncace
2025-09-11 16:20:45 -04:00
committed by GitHub
parent f28c8efc08
commit 93d3b2af3b
247 changed files with 553 additions and 57 deletions
@@ -2,6 +2,8 @@
// control
//
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JStudio/JStudio_JAudio2/control.h"
#include "JSystem/JGadget/pointer.h"
@@ -47,4 +49,4 @@ JStudio::TObject* JStudio_JAudio2::TCreateObject::createObject_JAI_SOUND_(
}
deleteGuard.set(NULL);
return soundObj;
}
}