diff options
Diffstat (limited to 'src/code/game.c')
| -rw-r--r-- | src/code/game.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/code/game.c b/src/code/game.c index 3f5dfb7eb..6db35e563 100644 --- a/src/code/game.c +++ b/src/code/game.c @@ -1,3 +1,4 @@ +#include "libc64/malloc.h" #include "libu64/debug.h" #include "libu64/gfxprint.h" #include "audiomgr.h" @@ -16,10 +17,13 @@ #include "regs.h" #include "rumble.h" #include "speed_meter.h" +#include "sys_debug_controller.h" #include "terminal.h" #include "versions.h" #include "vi_mode.h" +#include "zelda_arena.h" #include "z64debug.h" +#include "z64dma.h" #include "z64game.h" #include "z64vis.h" |
