rename sine and cosine funcs

This commit is contained in:
Fazana
2022-05-03 21:26:56 +01:00
parent 2579d01314
commit 47a8b7b22b
62 changed files with 163 additions and 161 deletions
+2
View File
@@ -5,5 +5,7 @@
#include "structs.h"
extern s16 atan2f(f32 y, f32 x);
extern f32 sine_s(s16 angle);
extern f32 cosine_s(s16 angle);
#endif // MATH_UTIL_H