mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-12 02:44:54 +00:00
Reduce overlay dependencies on global.h (1) (#2438)
* Reduce actor dependencies on global.h * move dependency on z64play.h into the .c files * add some missing dependencies
This commit is contained in:
parent
b97a21c253
commit
ab37332793
39 changed files with 197 additions and 48 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "global.h"
|
||||
#include "ultra64.h"
|
||||
#include "z64play.h"
|
||||
|
||||
void CutsceneFlags_UnsetAll(PlayState* play) {
|
||||
u8 i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue