diff options
| author | mzxrules <mzxrules@gmail.com> | 2025-02-19 05:54:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-19 05:54:39 -0500 |
| commit | 981af4b6af34cdd9e4f55f8f9f4fce803600fa62 (patch) | |
| tree | b8be209d7db0077a326ecdbdad140b6b9aab2bf8 /src/code/z_construct.c | |
| parent | 3d61fb85efa13203db2e4888c9e892833a164277 (diff) | |
Reduce overlay dependencies on global.h (8) (#2478)
* move variables into z64environment.h
* z_room.h
* z64sram.h, z64ss_sram.h, z64font.h, kanread.h
* z64lifemeter.h, z64debug.h, debug_arena.h
* buffers.h
* remove z_bgcheck global
* gamealloc.h
* suggestions
* .bdd
Diffstat (limited to 'src/code/z_construct.c')
| -rw-r--r-- | src/code/z_construct.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c index dacec26d9..4696cb76e 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -1,7 +1,9 @@ -#include "global.h" #include "map.h" #include "regs.h" +#include "segment_symbols.h" #include "versions.h" +#include "z64lifemeter.h" +#include "z64interface.h" #include "z64ocarina.h" #include "z64play.h" #include "z64save.h" |
