summaryrefslogtreecommitdiff
path: root/include/JSystem/JSystem.pch
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-12-05 12:11:53 -0500
committerGitHub <noreply@github.com>2025-12-05 09:11:53 -0800
commit8ce8d2f5411d35329dc92ef65f29e2e7167f3830 (patch)
tree6b0b76a7e1f0f8872808459ae8f133c31ca49731 /include/JSystem/JSystem.pch
parent70d78b493339a4a823beb2ec195485be3d9abd63 (diff)
Add JSystem PCH to fix weak function order (#904)
* Add JSystem PCH * Fix build issues, remove weak order fakematches, and fix functionvalue weak func order
Diffstat (limited to 'include/JSystem/JSystem.pch')
-rw-r--r--include/JSystem/JSystem.pch7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/JSystem/JSystem.pch b/include/JSystem/JSystem.pch
new file mode 100644
index 00000000..1c0c49b7
--- /dev/null
+++ b/include/JSystem/JSystem.pch
@@ -0,0 +1,7 @@
+#ifndef JSYSTEM_PCH
+#define JSYSTEM_PCH
+
+#include "JSystem/JSupport/JSUList.h"
+#include "JSystem/J3DGraphBase/J3DShape.h"
+
+#endif /* JSYSTEM_PCH */