summaryrefslogtreecommitdiff
path: root/include/JSystem/JMath/JMath.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/JSystem/JMath/JMath.h')
-rw-r--r--include/JSystem/JMath/JMath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/JMath/JMath.h b/include/JSystem/JMath/JMath.h
index aa0fbc541e..e305ccc744 100644
--- a/include/JSystem/JMath/JMath.h
+++ b/include/JSystem/JMath/JMath.h
@@ -5,6 +5,7 @@
void JMAMTXApplyScale(const Mtx, Mtx, f32, f32, f32);
void JMAEulerToQuat(s16 param_0, s16 param_1, s16 param_2, Quaternion* param_3);
+void JMAQuatLerp(const Quaternion*, const Quaternion*, f32, Quaternion*);
inline f32 JMAFastReciprocal(f32 value) {
return __fres(value);