mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 15:18:59 -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:
@@ -2,10 +2,12 @@
|
||||
#include "build.h"
|
||||
#include "idle.h"
|
||||
#include "main.h"
|
||||
#include "printf.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "stack.h"
|
||||
#include "stackcheck.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "vi_mode.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "printf.h"
|
||||
#include "terminal.h"
|
||||
#include "idle.h"
|
||||
|
||||
|
||||
@@ -3,8 +3,10 @@
|
||||
#include "carthandle.h"
|
||||
#include "line_numbers.h"
|
||||
#include "padmgr.h"
|
||||
#include "printf.h"
|
||||
#include "region.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#include "versions.h"
|
||||
#include "vi_mode.h"
|
||||
#include "z_locale.h"
|
||||
|
||||
@@ -32,10 +32,12 @@
|
||||
#if PLATFORM_N64
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "printf.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "stack.h"
|
||||
#include "stackcheck.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
#if !PLATFORM_IQUE
|
||||
#include "yaz0.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user