summaryrefslogtreecommitdiff
path: root/src/code/game.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-04-19 22:04:08 -0400
committerGitHub <noreply@github.com>2025-04-19 22:04:08 -0400
commit2278bcb2c3383553d136216a7fc1600cd86485f3 (patch)
tree5aaf0522d10f2c0f0ec43653bb136ba603099b7a /src/code/game.c
parent655ec771387927eda89d89b5bc2751192b075909 (diff)
Remove Variables.h; Decouple z64.h from global.h (#2507)
* progress * z64.h issues sorted * remove variables.h * format * n64 fix * another fix * did the wrong fix * fix libleo * fix bss * review * remove instead of comment
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 f08133fc9..933de55c1 100644
--- a/src/code/game.c
+++ b/src/code/game.c
@@ -26,6 +26,7 @@
#include "z64debug.h"
#include "z64dma.h"
#include "z64game.h"
+#include "z64play.h"
#include "z64vis.h"
#include "macros.h"