diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-09-30 16:59:17 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-09-30 16:59:17 -0700 |
| commit | c983ef2106cbbedea128471841ec2ed90a2a69ad (patch) | |
| tree | e9a68fa8ca048ef774d29453abfac74fe36b06af /include/JSystem/JMath | |
| parent | d06e54362d821eba80a7defb2d1eb7c17d11b1b5 (diff) | |
JPAMath start
Diffstat (limited to 'include/JSystem/JMath')
| -rw-r--r-- | include/JSystem/JMath/JMath.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |
