mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-07 08:24:55 +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
|
@ -1,7 +1,11 @@
|
|||
#include "z64sram.h"
|
||||
|
||||
#include "file_select_state.h"
|
||||
#include "controller.h"
|
||||
#include "memory_utils.h"
|
||||
#include "printf.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "z64audio.h"
|
||||
#include "z64game.h"
|
||||
|
@ -10,7 +14,6 @@
|
|||
#include "z64ocarina.h"
|
||||
#include "z64save.h"
|
||||
#include "z64scene.h"
|
||||
#include "z64sram.h"
|
||||
#include "z64ss_sram.h"
|
||||
|
||||
#include "global.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue