From 0d54e2ae4c473be47dba69ef6d560c49cc86d053 Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Thu, 10 Aug 2023 11:41:19 -0400 Subject: `libc64.a` identification (#45) * __osMalloc * aprintf.c * math64.c * qrand.c * sleep.c * sprintf.c * malloc.c * fixes * fp and math64 cleanup * RAD_TO_BINANG --- src/code/c_keyframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/c_keyframe.c') diff --git a/src/code/c_keyframe.c b/src/code/c_keyframe.c index 31a698f..6353f29 100644 --- a/src/code/c_keyframe.c +++ b/src/code/c_keyframe.c @@ -39,7 +39,7 @@ #include "m_lib.h" #include "gfx.h" #include "m_play.h" -#include "fp.h" +#include "libc64/fp.h" #include "sys_matrix.h" #include "sys_math3d.h" -- cgit v1.2.3