mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 05:51:18 +00:00
macros.h 3/5: Split various macros (#2512)
* split out various macros * fix * fix2 * fix dw * libc path * fix macro * does this fix bss * fix bss
This commit is contained in:
parent
d4528a0541
commit
25b2fa4bca
35 changed files with 137 additions and 92 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "z_en_mag.h"
|
||||
|
||||
#include "avoid_ub.h"
|
||||
#include "controller.h"
|
||||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "libc64/qrand.h"
|
||||
#include "libu64/debug.h"
|
||||
#include "avoid_ub.h"
|
||||
#include "controller.h"
|
||||
#include "gfx.h"
|
||||
#include "gfx_setupdl.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue