summaryrefslogtreecommitdiff
path: root/include/sys_math3d.h
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2024-02-09 17:55:22 +0100
committerGitHub <noreply@github.com>2024-02-09 09:55:22 -0700
commit4a679da4895cf66b68dd90a601a4c0c9e41e5409 (patch)
tree65dba5a6079692096fdd9dd78ac0793e7a42f38f /include/sys_math3d.h
parentbebacf3ba88c75c66f60ffc6f48371430607338e (diff)
m_actor_shadow OK (#142)
* werk * more werk * m_actor_shadow OK * format * protos fix * jenkins happy
Diffstat (limited to 'include/sys_math3d.h')
-rw-r--r--include/sys_math3d.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sys_math3d.h b/include/sys_math3d.h
index 525a89f..58e1405 100644
--- a/include/sys_math3d.h
+++ b/include/sys_math3d.h
@@ -111,9 +111,9 @@ s32 Math3D_pipeVsPipe_cl(Pipe* pipe1, Pipe* pipe2, f32* arg2);
// void func_800DFCA4_jp();
// void func_800DFD10_jp();
// void func_800DFD7C_jp();
-// void sMath_RotateY();
-// void sMath_RotateX();
-// void sMath_RotateZ();
+void sMath_RotateY(xyz_t* pos, f32 rad);
+void sMath_RotateX(xyz_t* pos, f32 rad);
+void sMath_RotateZ(xyz_t* pos, f32 rad);
extern xyz_t ZeroVec;