mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +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
|
@ -1,4 +1,5 @@
|
|||
#include "z_en_box.h"
|
||||
#include "global.h"
|
||||
#include "overlays/actors/ovl_Demo_Kankyo/z_demo_kankyo.h"
|
||||
#include "assets/objects/object_box/object_box.h"
|
||||
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
#define Z_EN_BOX_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "global.h"
|
||||
#include "z64actor.h"
|
||||
|
||||
#define ENBOX_TREASURE_FLAG_UNK_MIN 20
|
||||
#define ENBOX_TREASURE_FLAG_UNK_MAX 32
|
||||
|
||||
struct EnBox;
|
||||
|
||||
typedef void (*EnBoxActionFunc)(struct EnBox*, PlayState*);
|
||||
typedef void (*EnBoxActionFunc)(struct EnBox*, struct PlayState*);
|
||||
|
||||
typedef enum EnBoxType {
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue