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:
parent
bb55be60fe
commit
7dd3a83313
111 changed files with 734 additions and 118 deletions
|
@ -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]
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue