mirror of
https://github.com/zeldaret/oot
synced 2026-07-09 06:43:38 -04:00
Move D_80134488 from system_heap.c to fp.s (#2387)
* Move D_80134488 from system_heap.c to fp.s * Add declarations * Fix bss
This commit is contained in:
@@ -61,6 +61,10 @@ f64 sqrt(f64 f);
|
||||
#endif
|
||||
|
||||
#if !PLATFORM_N64
|
||||
extern float gPositiveInfinity;
|
||||
extern float gNegativeInfinity;
|
||||
extern float gPositiveZero;
|
||||
extern float gNegativeZero;
|
||||
extern float qNaN0x3FFFFF;
|
||||
extern float qNaN0x10000;
|
||||
extern float sNaN0x3FFFFF;
|
||||
|
||||
Reference in New Issue
Block a user