summaryrefslogtreecommitdiff
path: root/src/code/z_debug_display.c
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-01-27 13:01:54 -0500
committerGitHub <noreply@github.com>2025-01-27 13:01:54 -0500
commitd855f2bfd83a904cffc0243fdac0d83dd294b278 (patch)
tree6f60c5ee4dadea5d13d452bd2788e0617a90030c /src/code/z_debug_display.c
parent7dd3a833130cc428d440fea4c38a6870f9276fad (diff)
Split z64debug_display.h, z64draw.h, z_en_item00.h (#2443)
* z64debug_display.h * z64draw.h * z_en_item00.h * bss
Diffstat (limited to 'src/code/z_debug_display.c')
-rw-r--r--src/code/z_debug_display.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/code/z_debug_display.c b/src/code/z_debug_display.c
index d6b6e0aab..9d15663a6 100644
--- a/src/code/z_debug_display.c
+++ b/src/code/z_debug_display.c
@@ -1,4 +1,9 @@
-#include "global.h"
+#include "gfx.h"
+#include "gfx_setupdl.h"
+#include "sys_matrix.h"
+#include "z64play.h"
+#include "z64debug_display.h"
+
#include "assets/objects/gameplay_keep/gameplay_keep.h"
typedef struct DebugDispObjectInfo {