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_demo_kankyo.h"
|
||||
#include "global.h"
|
||||
#include "versions.h"
|
||||
#include "z64cutscene_commands.h"
|
||||
#include "assets/objects/gameplay_keep/gameplay_keep.h"
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
#define Z_DEMO_KANKYO_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "global.h"
|
||||
#include "z64actor.h"
|
||||
|
||||
struct DemoKankyo;
|
||||
|
||||
typedef void (*DemoKankyoActionFunc)(struct DemoKankyo*, PlayState*);
|
||||
typedef void (*DemoKankyoActionFunc)(struct DemoKankyo*, struct PlayState*);
|
||||
|
||||
typedef enum DemoKankyoType {
|
||||
/* 0x00 */ DEMOKANKYO_BLUE_RAIN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue