1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-11 17:30:25 +00: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:
mzxrules 2025-01-27 12:17:50 -05:00 committed by GitHub
parent bb55be60fe
commit 7dd3a83313
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
111 changed files with 734 additions and 118 deletions

View file

@ -5,8 +5,17 @@
*/
#include "z_eff_ss_kakera.h"
#include "versions.h"
#include "libc64/qrand.h"
#include "libu64/debug.h"
#include "gfx.h"
#include "gfx_setupdl.h"
#include "line_numbers.h"
#include "sys_matrix.h"
#include "versions.h"
#include "z64effect.h"
#include "z64play.h"
#include "z64player.h"
#define rReg0 regs[0]
#define rGravity regs[1]

View file

@ -2,7 +2,7 @@
#define Z_EFF_SS_KAKERA_H
#include "ultra64.h"
#include "global.h"
#include "z64math.h"
typedef struct EffectSsKakeraInitParams {
/* 0x00 */ Vec3f pos;