mirror of
https://github.com/zeldaret/oot
synced 2026-07-01 20:10:22 -04:00
macros.h 1/?: PRINTF and T (#2509)
* create printf and translation headers * non-overlays complete * printf finished * move T macro * edit comment * fix error * fix bss * remove is_64 * fix bss
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#if PLATFORM_N64
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "rumble.h"
|
||||
#include "quake.h"
|
||||
@@ -17,6 +18,7 @@
|
||||
#include "seqcmd.h"
|
||||
#include "sequence.h"
|
||||
#include "sfx.h"
|
||||
#include "translation.h"
|
||||
#include "z_lib.h"
|
||||
#include "z64audio.h"
|
||||
#include "z64camera.h"
|
||||
|
||||
Reference in New Issue
Block a user