1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-09 18:43:45 +00:00

libc path

This commit is contained in:
fig02 2025-04-24 17:20:31 -04:00
parent 9f9642300d
commit 81fbc65ae3

View file

@ -1,7 +1,7 @@
#ifndef Z64MATH_H
#define Z64MATH_H
#include "libc/math.h"
#include "math.h"
#include "ultra64.h"
typedef union FloatInt {