From 6eaf196927eb6c4465c3b6c8fcdcefb08a9bc377 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Sat, 7 Sep 2024 21:55:59 -0600 Subject: Misc Clean (#1680) * vramu32 in Overlay_Relocate * Actor_SetColorFilter args * Effect Hitmark enum * Actor_WorldToActorCoords * Some fault clean up * contoller.h * macros.h no longer needs stdint.h --- src/code/z_vimode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/code/z_vimode.c') diff --git a/src/code/z_vimode.c b/src/code/z_vimode.c index af272b686..f4da13c39 100644 --- a/src/code/z_vimode.c +++ b/src/code/z_vimode.c @@ -3,6 +3,7 @@ #include "stdbool.h" #include "PR/viint.h" +#include "controller.h" #include "debug.h" #include "macros.h" #include "main.h" -- cgit v1.2.3