diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-12-28 03:27:25 -0800 |
|---|---|---|
| committer | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-16 18:18:48 -0400 |
| commit | f0a358eca99d64863d54a9682a309b34426b3455 (patch) | |
| tree | 6baff77b2dbb4a120bb952538635c94fa0a15550 /mm/include | |
| parent | 8d25087cd9830cb4738fb7a3eabcc066db435930 (diff) | |
Move D_80097508 out of system_heap.c (#1779)
Diffstat (limited to 'mm/include')
| -rw-r--r-- | mm/include/fixed_point.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/include/fixed_point.h b/mm/include/fixed_point.h index 58c3e68ba..cc919bc58 100644 --- a/mm/include/fixed_point.h +++ b/mm/include/fixed_point.h @@ -2,6 +2,10 @@ #define FIXED_POINT_H #include "ultra64.h" +extern f32 gPositiveInfinity; +extern f32 gNegativeInfinity; +extern f32 gPositiveZero; +extern f32 gNegativeZero; extern f32 qNaN0x3FFFFF; extern f32 qNaN0x10000; extern f32 sNaN0x3FFFFF; |
