summaryrefslogtreecommitdiff
path: root/src/code/z_construct.c
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-02-16 15:33:55 -0500
committerGitHub <noreply@github.com>2025-02-16 15:33:55 -0500
commit652478c338b0a9aa04f3d8f908a2c44a429e94f3 (patch)
treeb03a04eef32313d89fd56bc06775c27b071201f9 /src/code/z_construct.c
parent137e178790051e2988f93c62bc0ed4811b403ea2 (diff)
Reduce overlay dependencies on global.h (7) (#2472)
* z64env_flags, z64quest_hint_commands * z64cutscene_spline, z64save.h moved from z64.h * bss * pr suggestion * bss * suggestions
Diffstat (limited to 'src/code/z_construct.c')
-rw-r--r--src/code/z_construct.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c
index fa0f4a38d..dacec26d9 100644
--- a/src/code/z_construct.c
+++ b/src/code/z_construct.c
@@ -1,5 +1,10 @@
#include "global.h"
+#include "map.h"
+#include "regs.h"
#include "versions.h"
+#include "z64ocarina.h"
+#include "z64play.h"
+#include "z64save.h"
void Interface_Destroy(PlayState* play) {
Map_Destroy(play);