summaryrefslogtreecommitdiff
path: root/src/code/game.c
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2023-08-31 17:26:37 +0100
committerGitHub <noreply@github.com>2023-08-31 09:26:37 -0700
commitc6f75799390c185e5a06cedd7c7296e735b22c81 (patch)
tree9ec48437b1113b2848fa3e72055e065d717d2c2e /src/code/game.c
parent4e4b91939fe71079fbe8f68b0534b314d890ab17 (diff)
sys_ucode OK (#81)
* sys_ucode OK * add map names for rspboot variables * fixes
Diffstat (limited to 'src/code/game.c')
-rw-r--r--src/code/game.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/game.c b/src/code/game.c
index 0f657ac..aca7062 100644
--- a/src/code/game.c
+++ b/src/code/game.c
@@ -15,6 +15,7 @@
#include "code_variables.h"
#include "overlays/gamestates/ovl_play/m_play.h"
#include "overlays/gamestates/ovl_famicom_emu/famicom_emu.h"
+#include "zurumode.h"
#include "macros.h"
Game* gamePT = NULL;