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 -1
View File
@@ -3,10 +3,11 @@
// Translation Unit: JMATrigonometric
//
#include "JSystem/JSystem.h" // IWYU pragma: keep
// don't include header until this "zero" mess is figured out
// #include "JSystem/JMath/JMATrigonometric.h"
#include "math.h"
#include "dol2asm.h"
#include "global.h"
static f32 dummy() {
+2
View File
@@ -3,6 +3,8 @@
// Translation Unit: JMath
//
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JMath/JMath.h"
#include "JSystem/JMath/JMATrigonometric.h"
+2
View File
@@ -3,6 +3,8 @@
// Translation Unit: random
//
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JMath/random.h"
/* 80339AE4-80339AEC -00001 0008+00 0/0 0/0 0/0 .text __ct__Q25JMath13TRandom_fast_FUl */