[jak3] More headers again again (#3359)

collide-cache-h, collide-h, projectile-h, background-h, subdivide-h,
hfrag-h, shrubbery-h, tfrag-h, tie-h
This commit is contained in:
water111
2024-02-03 12:15:51 -05:00
committed by GitHub
parent 9e8bee5b42
commit af2fa6acbc
27 changed files with 6159 additions and 630 deletions
+9 -2
View File
@@ -5,7 +5,8 @@
],
"skip_compile_files": [
"types-h" // weird array of types.
"types-h", // weird array of types.
"hfrag-h" // weird duplicate type
],
"skip_compile_functions": [
@@ -58,7 +59,13 @@
"(method 9 texture-page-dir)", "set-dirty-mask!",
"(method 3 generic-tie-interp-point)",
// cache stuff
"invalidate-cache-line"
"invalidate-cache-line",
// multiple def
"(method 3 hfrag-poly4)",
"(method 3 hfrag-poly9)",
"(method 3 hfrag-poly25)",
"(method 3 hfrag-mip-packet)"
],
"skip_compile_states": {}