From de59ad3db71a7e1d0134fa8be0c047c4cb1efacd Mon Sep 17 00:00:00 2001 From: fig02 Date: Wed, 23 Apr 2025 19:31:49 -0400 Subject: macros.h 1/?: `PRINTF` and `T` (#2509) * create printf and translation headers * non-overlays complete * printf finished * move T macro * edit comment * fix error * fix bss * remove is_64 * fix bss --- src/code/gamealloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/code/gamealloc.c') diff --git a/src/code/gamealloc.c b/src/code/gamealloc.c index 47591fd00..33ad848a1 100644 --- a/src/code/gamealloc.c +++ b/src/code/gamealloc.c @@ -1,6 +1,7 @@ #include "libc64/malloc.h" #include "libu64/debug.h" #include "gamealloc.h" +#include "printf.h" #include "macros.h" -- cgit v1.2.3