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
This commit is contained in:
mzxrules
2025-02-19 05:54:39 -05:00
committed by GitHub
parent 3d61fb85ef
commit 981af4b6af
72 changed files with 578 additions and 392 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
#include "global.h"
#include "libc64/os_malloc.h"
#include "debug_arena.h"
#include "macros.h"
#define LOG_SEVERITY_NOLOG 0
#define LOG_SEVERITY_ERROR 2