mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
[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:
@@ -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": {}
|
||||
|
||||
Reference in New Issue
Block a user