mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-07 08:24:55 +00:00
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:
parent
3d61fb85ef
commit
981af4b6af
72 changed files with 578 additions and 392 deletions
|
@ -39,11 +39,16 @@
|
|||
*
|
||||
* @see irqmgr.c
|
||||
*/
|
||||
#include "global.h"
|
||||
#include "libu64/debug.h"
|
||||
#include "fault.h"
|
||||
#include "irqmgr.h"
|
||||
#include "regs.h"
|
||||
#include "sched.h"
|
||||
#include "versions.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
#define RSP_DONE_MSG 667
|
||||
#define RDP_DONE_MSG 668
|
||||
#define NOTIFY_MSG 670 // original name: ENTRY_MSG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue