1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-04 06:54:33 +00: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:
cadmic 2024-12-24 09:49:31 -08:00 committed by GitHub
parent 970639b38b
commit 8a48c17cc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 23 additions and 10 deletions

View file

@ -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;