Rename fsin to sinf and fcos to cosf

This commit is contained in:
Ryan Dwyer
2020-03-16 21:27:12 +10:00
parent c38a868aee
commit 3a29fdccdc
46 changed files with 449 additions and 449 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ u32 func0001a110(void);
u32 func0001a1c0(void);
u32 func0001a25c(void);
u32 func0001a2dc(void);
f32 fcos(f32 arg0);
f32 fsin(f32 arg0);
f32 cosf(f32 arg0);
f32 sinf(f32 arg0);
#endif