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/title_setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/code/title_setup.c') diff --git a/src/code/title_setup.c b/src/code/title_setup.c index cf736cf8e..64e30ecaa 100644 --- a/src/code/title_setup.c +++ b/src/code/title_setup.c @@ -1,6 +1,7 @@ #include "console_logo_state.h" #include "setup_state.h" - +#include "printf.h" +#include "translation.h" #include "z64save.h" #include "global.h" -- cgit v1.2.3