summaryrefslogtreecommitdiff
path: root/include/PR
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2023-08-10 20:54:11 -0600
committerGitHub <noreply@github.com>2023-08-10 20:54:11 -0600
commitbaaa2f930df781ae8bb6d0f9c448f4b1ae14f97d (patch)
tree9b04616c6d0bff80e492289c350113654b037bf2 /include/PR
parent04e9e00227b763cce40e300f40efc18fa76f2904 (diff)
Match Segment 3 -> Matched code_80280650.c (#363)
* Match & doc code_80280650.c * Update readme
Diffstat (limited to 'include/PR')
-rw-r--r--include/PR/gu.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/PR/gu.h b/include/PR/gu.h
index f9caa53f4..bd25b779e 100644
--- a/include/PR/gu.h
+++ b/include/PR/gu.h
@@ -36,6 +36,17 @@ void guLookAt(Mtx *,
f32,
f32);
+void guLookAtF(f32[4][4],
+ f32,
+ f32,
+ f32,
+ f32,
+ f32,
+ f32,
+ f32,
+ f32,
+ f32);
+
/* Used only in Fast3DEX2 */
void guLookAtReflect (Mtx *m, LookAt *l, float xEye, float yEye, float zEye,
float xAt, float yAt, float zAt,