Reduce overlay dependencies on global.h (2) (#2442)

* reduce overlay dependencies on global.h

* merge cleanup

* more missed headers
This commit is contained in:
mzxrules
2025-01-27 12:17:50 -05:00
committed by GitHub
parent bb55be60fe
commit 7dd3a83313
111 changed files with 734 additions and 118 deletions
+1
View File
@@ -1,6 +1,7 @@
#ifndef Z64INTERFACE_H
#define Z64INTERFACE_H
#include "ultra64.h"
#include "z64dma.h"
#include "z64view.h"
+1
View File
@@ -1,6 +1,7 @@
#ifndef Z64VIEW_H
#define Z64VIEW_H
#include "ultra64.h"
#include "z64math.h"
struct GraphicsContext;