mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 17:30:25 +00: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:
parent
680ba667c7
commit
de59ad3db7
303 changed files with 529 additions and 70 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "audiothread_cmd.h"
|
||||
#include "controller.h"
|
||||
#include "padmgr.h"
|
||||
#include "printf.h"
|
||||
#include "seqcmd.h"
|
||||
#include "sequence.h"
|
||||
#include "sfx.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "audiothread_cmd.h"
|
||||
#include "macros.h"
|
||||
#include "printf.h"
|
||||
#include "sfx.h"
|
||||
#include "terminal.h"
|
||||
#include "ultra64.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue