rename arctan2 again

This commit is contained in:
Fazana
2022-05-04 14:47:26 +01:00
parent 778ca1a175
commit c756b700e2
34 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "types.h"
#include "structs.h"
extern s16 atan2f(f32 y, f32 x);
extern s16 arctan2_f(f32 y, f32 x);
extern f32 sine_s(s16 angle);
extern f32 cosine_s(s16 angle);