mirror of
https://github.com/zeldaret/tp
synced 2026-06-09 20:50:45 -04:00
m_Do_ext (#1958)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user