summaryrefslogtreecommitdiff
path: root/src/code/z_debug_mode.c
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2024-07-28 16:53:28 -0400
committerGitHub <noreply@github.com>2024-07-28 13:53:28 -0700
commitcd087d85113291740357f9e7caaef916575a2775 (patch)
tree509ddb8333644a32d737b9101ceae0187ed466e6 /src/code/z_debug_mode.c
parent43cac345667dee5568434c1cd54f432322dde1a1 (diff)
Introduce a bunch of small new headers (#1649)
* regs.h * gfxalloc.h * z64inventory.h * gfx.h * graph.h * z64olib.h * z64elf_message.h * fix missing include * Include z64inventory.h on z64save.h * fix bss * Move PosRot to z64math.h * So dumb * Update src/overlays/actors/ovl_En_Kusa/z_en_kusa.c Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> * review * Remove graph.h * bss --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Diffstat (limited to 'src/code/z_debug_mode.c')
-rw-r--r--src/code/z_debug_mode.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/code/z_debug_mode.c b/src/code/z_debug_mode.c
index 9e9c2abba..ae4c877ce 100644
--- a/src/code/z_debug_mode.c
+++ b/src/code/z_debug_mode.c
@@ -1,5 +1,10 @@
#include "z64debug_text.h"
-#include "global.h"
+
+#include "color.h"
+#include "gfx.h"
+#include "gfxalloc.h"
+#include "gfxprint.h"
+#include "macros.h"
typedef struct {
/* 0x0 */ u8 colorIndex;