summaryrefslogtreecommitdiff
path: root/src/code/z_play.c
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2024-07-28 16:53:28 -0400
committerGitHub <noreply@github.com>2024-07-28 13:53:28 -0700
commitcd087d85113291740357f9e7caaef916575a2775 (patch)
tree509ddb8333644a32d737b9101ceae0187ed466e6 /src/code/z_play.c
parent43cac345667dee5568434c1cd54f432322dde1a1 (diff)
Introduce a bunch of small new headers (#1649)
* regs.h * gfxalloc.h * z64inventory.h * gfx.h * graph.h * z64olib.h * z64elf_message.h * fix missing include * Include z64inventory.h on z64save.h * fix bss * Move PosRot to z64math.h * So dumb * Update src/overlays/actors/ovl_En_Kusa/z_en_kusa.c Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> * review * Remove graph.h * bss --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Diffstat (limited to 'src/code/z_play.c')
-rw-r--r--src/code/z_play.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_play.c b/src/code/z_play.c
index af7b40426..188336c00 100644
--- a/src/code/z_play.c
+++ b/src/code/z_play.c
@@ -16,6 +16,7 @@ u8 sMotionBlurStatus;
#include "z64play.h"
#include "buffers.h"
+#include "gfxalloc.h"
#include "idle.h"
#include "regs.h"
#include "sys_cfb.h"