Work on Z2EnvSeMgr (#2059)

This commit is contained in:
hatal175
2024-02-03 12:28:50 +02:00
committed by GitHub
parent 228b5e17d8
commit c4cd497fd6
18 changed files with 1767 additions and 882 deletions
+1
View File
@@ -6,6 +6,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*);
void JMAFastVECNormalize(register const Vec* src, register Vec* dst);
inline f32 JMAFastReciprocal(f32 value) {
return __fres(value);