From c983ef2106cbbedea128471841ec2ed90a2a69ad Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 30 Sep 2023 16:59:17 -0700 Subject: JPAMath start --- include/JSystem/JMath/JMath.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/JSystem/JMath') diff --git a/include/JSystem/JMath/JMath.h b/include/JSystem/JMath/JMath.h index fac4d5b4..4de6b86a 100644 --- a/include/JSystem/JMath/JMath.h +++ b/include/JSystem/JMath/JMath.h @@ -118,4 +118,6 @@ inline void gekko_ps_copy16(register void* dst, register const void* src) { }; // namespace JMath +f32 JMAHermiteInterpolation(f32, f32, f32, f32, f32, f32, f32); + #endif /* JMATH_H */ -- cgit v1.2.3