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_elf_msg.h"
|
||||
#include "global.h"
|
||||
#include "terminal.h"
|
||||
#include "overlays/actors/ovl_En_Elf/z_en_elf.h"
|
||||
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
#define Z_ELF_MSG_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "global.h"
|
||||
#include "z64actor.h"
|
||||
|
||||
struct ElfMsg;
|
||||
|
||||
typedef void (*ElfMsgActionFunc)(struct ElfMsg*, PlayState*);
|
||||
typedef void (*ElfMsgActionFunc)(struct ElfMsg*, struct PlayState*);
|
||||
|
||||
typedef struct ElfMsg {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue