mirror of
https://github.com/zeldaret/oot
synced 2026-08-21 22:40:55 -04:00
Reduce overlay dependencies on global.h (2) (#2442)
* reduce overlay dependencies on global.h * merge cleanup * more missed headers
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef Z64INTERFACE_H
|
||||
#define Z64INTERFACE_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "z64dma.h"
|
||||
#include "z64view.h"
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#ifndef Z64VIEW_H
|
||||
#define Z64VIEW_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "z64math.h"
|
||||
|
||||
struct GraphicsContext;
|
||||
|
||||
Reference in New Issue
Block a user