mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 23:41:24 +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
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "z_en_insect.h"
|
||||
#include "global.h"
|
||||
#include "terminal.h"
|
||||
#include "assets/objects/gameplay_keep/gameplay_keep.h"
|
||||
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
#define Z_EN_INSECT_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "global.h"
|
||||
#include "z64actor.h"
|
||||
#include "overlays/actors/ovl_Obj_Makekinsuta/z_obj_makekinsuta.h"
|
||||
|
||||
struct EnInsect;
|
||||
|
||||
typedef void (*EnInsectActionFunc)(struct EnInsect*, PlayState*);
|
||||
typedef void (*EnInsectActionFunc)(struct EnInsect*, struct PlayState*);
|
||||
|
||||
#define INSECT_FLAG_0 (1 << 0)
|
||||
#define INSECT_FLAG_1 (1 << 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue