1
0
Fork 0
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:
mzxrules 2025-01-23 14:39:23 -05:00 committed by GitHub
parent b97a21c253
commit ab37332793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 197 additions and 48 deletions

View file

@ -1,4 +1,5 @@
#include "global.h"
#include "ultra64.h"
#include "z64play.h"
void CutsceneFlags_UnsetAll(PlayState* play) {
u8 i;