summaryrefslogtreecommitdiff
path: root/src/code/z_quake.c
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-02-12 15:50:46 -0500
committerGitHub <noreply@github.com>2025-02-12 21:50:46 +0100
commit494aecc9fcb258675aa2f92979d673049f67ac2f (patch)
tree339e3df335f02f2a0e27eb1c97548060beacf1db /src/code/z_quake.c
parent1d2c912fbb3eb3363eaf56bd8e4c96203c99ceaa (diff)
Reduce overlay dependencies on global.h (5) (#2466)
* remove global.h dependency from all actors * fix compiler error * fix another build issue * fix bss
Diffstat (limited to 'src/code/z_quake.c')
-rw-r--r--src/code/z_quake.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/code/z_quake.c b/src/code/z_quake.c
index 4c318b938..2e83a7c10 100644
--- a/src/code/z_quake.c
+++ b/src/code/z_quake.c
@@ -1,6 +1,10 @@
-#include "global.h"
+#include "libc64/qrand.h"
+#include "macros.h"
#include "quake.h"
#include "terminal.h"
+#include "z_lib.h"
+#include "z64olib.h"
+#include "z64play.h"
typedef struct QuakeRequest {
/* 0x00 */ s16 index;