From cfa703f013a1e595a418e47ac05df06e9ae4f9b8 Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Wed, 9 Aug 2023 20:45:25 -0400 Subject: `malloc.c` (#42) * malloc * match * bss * Fix naming * move __osMalloc to libc64 folder * move headers to libc64 folder --- src/code/gamealloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/gamealloc.c') diff --git a/src/code/gamealloc.c b/src/code/gamealloc.c index f953028..acf55ee 100644 --- a/src/code/gamealloc.c +++ b/src/code/gamealloc.c @@ -1,5 +1,5 @@ #include "gamealloc.h" -#include "malloc.h" +#include "libc64/malloc.h" #include "libc/stdint.h" void func_800D3720_jp(GameAlloc* this) { -- cgit v1.2.3