diff options
| author | mzxrules <mzxrules@gmail.com> | 2026-08-30 09:56:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-30 09:56:09 -0400 |
| commit | 49afa18da04e797217536bb473edbf054bd9e36e (patch) | |
| tree | aaaefaafb0621c1cf7020df6a96780d40989d86a /src/code | |
| parent | ff5b97216d5f6f6a43cb0677b2248f6c2bb65c1d (diff) | |
split headers z_en_item00.h, z_en_a_keep.h, z64draw.h (#1897)
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_en_a_keep.c | 1 | ||||
| -rw-r--r-- | src/code/z_en_item00.c | 4 | ||||
| -rw-r--r-- | src/code/z_player_lib.c | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/src/code/z_en_a_keep.c b/src/code/z_en_a_keep.c index 92b1d4b67..144830df3 100644 --- a/src/code/z_en_a_keep.c +++ b/src/code/z_en_a_keep.c @@ -1,4 +1,5 @@ #include "global.h" +#include "z_en_a_keep.h" #include "assets/objects/gameplay_keep/gameplay_keep.h" #define FLAGS (ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_FRIENDLY) diff --git a/src/code/z_en_item00.c b/src/code/z_en_item00.c index 64a17eadd..c9f165f4e 100644 --- a/src/code/z_en_item00.c +++ b/src/code/z_en_item00.c @@ -1,5 +1,7 @@ -#include "global.h" +#include "z_en_item00.h" #include "attributes.h" +#include "z64draw.h" +#include "z64play.h" #include "overlays/actors/ovl_En_Elforg/z_en_elforg.h" #include "assets/objects/gameplay_keep/gameplay_keep.h" #include "assets/objects/object_gi_hearts/object_gi_hearts.h" diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c index 4a2889831..a90113c0c 100644 --- a/src/code/z_player_lib.c +++ b/src/code/z_player_lib.c @@ -4,6 +4,7 @@ */ #include "global.h" +#include "z64draw.h" #include "assets/objects/gameplay_keep/gameplay_keep.h" |
