diff options
Diffstat (limited to 'src/code/z_debug_mode.c')
| -rw-r--r-- | src/code/z_debug_mode.c | 7 |
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; |
