mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 23:37:33 -04:00
Rename fsin to sinf and fcos to cosf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user