summaryrefslogtreecommitdiff
path: root/src/code/c_keyframe.c
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2023-08-10 11:41:19 -0400
committerGitHub <noreply@github.com>2023-08-10 11:41:19 -0400
commit0d54e2ae4c473be47dba69ef6d560c49cc86d053 (patch)
tree7d4134acde42d6bfb10dad1260907b08694aefce /src/code/c_keyframe.c
parent04b31d912636eaea12a0b6f3d5e822605da68504 (diff)
`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
Diffstat (limited to 'src/code/c_keyframe.c')
-rw-r--r--src/code/c_keyframe.c2
1 files changed, 1 insertions, 1 deletions
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"