diff options
| author | mzxrules <mzxrules@gmail.com> | 2025-01-27 13:01:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-27 13:01:54 -0500 |
| commit | d855f2bfd83a904cffc0243fdac0d83dd294b278 (patch) | |
| tree | 6f60c5ee4dadea5d13d452bd2788e0617a90030c /src/code/z_draw.c | |
| parent | 7dd3a833130cc428d440fea4c38a6870f9276fad (diff) | |
Split z64debug_display.h, z64draw.h, z_en_item00.h (#2443)
* z64debug_display.h
* z64draw.h
* z_en_item00.h
* bss
Diffstat (limited to 'src/code/z_draw.c')
| -rw-r--r-- | src/code/z_draw.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/code/z_draw.c b/src/code/z_draw.c index 89b49faf4..9e0dd236e 100644 --- a/src/code/z_draw.c +++ b/src/code/z_draw.c @@ -1,4 +1,9 @@ -#include "global.h" +#include "gfx.h" +#include "gfx_setupdl.h" +#include "sys_matrix.h" +#include "z64draw.h" +#include "z64play.h" + #include "assets/objects/object_gi_key/object_gi_key.h" #include "assets/objects/object_gi_jewel/object_gi_jewel.h" #include "assets/objects/object_gi_melody/object_gi_melody.h" |
