mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-26 14:40:44 -04:00
5c23113592
* libultra from sm64 integrated; 3 libultra functions matched * All of libultra done! authored-by: farisawan-2000 <farisawan.2000@gmail.com>
6 lines
77 B
C
6 lines
77 B
C
typedef union {
|
|
int i;
|
|
float f;
|
|
} fu;
|
|
const fu NAN = { 0x7f810000 };
|