mirror of
https://github.com/zeldaret/oot
synced 2026-07-02 20:46:16 -04:00
Reduce dependencies on global.h (10) (#2490)
* reduce z64.h size * fix z_cheap_proc.inc.c * ,bss * remove temp delcaration
This commit is contained in:
@@ -8,7 +8,14 @@
|
||||
* comments.
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "libc64/malloc.h"
|
||||
#include "libu64/debug.h"
|
||||
#include "attributes.h"
|
||||
#include "gfx.h"
|
||||
#include "gfxalloc.h"
|
||||
#include "z64vis.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
// Height of the fragments the color frame buffer (CFB) is split into.
|
||||
// It is the maximum amount of lines such that all rgba16 SCREEN_WIDTH-long lines fit into
|
||||
|
||||
Reference in New Issue
Block a user