mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 17:30:25 +00:00
[includes] Explicit global.h includes for z_player (#2235)
This commit is contained in:
parent
bc8945eb3a
commit
ca70ba14a2
26 changed files with 45 additions and 28 deletions
|
@ -2,7 +2,9 @@
|
|||
#define Z_EFF_SS_FHGFLASH_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "global.h"
|
||||
#include "z64math.h"
|
||||
|
||||
struct Actor;
|
||||
|
||||
typedef struct EffectSsFhgFlashInitParams {
|
||||
/* 0x00 */ Vec3f pos;
|
||||
|
@ -10,7 +12,7 @@ typedef struct EffectSsFhgFlashInitParams {
|
|||
/* 0x18 */ Vec3f accel;
|
||||
/* 0x24 */ s16 scale;
|
||||
/* 0x26 */ u8 param;
|
||||
/* 0x28 */ Actor* actor;
|
||||
/* 0x28 */ struct Actor* actor;
|
||||
/* 0x2C */ u8 type;
|
||||
} EffectSsFhgFlashInitParams; // size = 0x30
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue