diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-03-24 02:01:28 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-04-06 04:32:13 -0600 |
| commit | 641a43cbf9b4f4c4f545218e201fb58bbe15fcd7 (patch) | |
| tree | 50ecef61c66e171580ef1a09c2d3a9fc32591768 /include/sf64math.h | |
| parent | 126a55aa0eadaf8b2ed8f370cbba63368be7a964 (diff) | |
First compilation, we just need more stupid assets
Diffstat (limited to 'include/sf64math.h')
| -rw-r--r-- | include/sf64math.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sf64math.h b/include/sf64math.h index 939d0736..defb41af 100644 --- a/include/sf64math.h +++ b/include/sf64math.h @@ -1,7 +1,7 @@ #ifndef SF64_MATH_H #define SF64_MATH_H -#include "libultra/ultra64.h" +#include <libultraship.h> typedef struct { /* 0x0 */ f32 x; @@ -95,8 +95,8 @@ f32 Math_FAtan2F(f32, f32); f32 Math_FAsinF(f32); f32 Math_FAcosF(f32); -f32 __sinf(f32); -f32 __cosf(f32); +#define __sinf sinf +#define __cosf cosf s64 __ull_div(s64, s64); s64 __ll_mul(s64, s64); |
