mirror of
https://github.com/zeldaret/oot
synced 2026-09-10 04:02:11 -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:
@@ -1,7 +1,10 @@
|
||||
#include "libc64/os_malloc.h"
|
||||
|
||||
#include "alignment.h"
|
||||
#include "fault.h"
|
||||
#include "printf.h"
|
||||
#include "terminal.h"
|
||||
#include "translation.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "alignment.h"
|
||||
#include "fault.h"
|
||||
#include "translation.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
|
||||
+6
-2
@@ -1,7 +1,11 @@
|
||||
#include "libc64/malloc.h"
|
||||
#include "ultra64.h"
|
||||
#include "macros.h"
|
||||
|
||||
#include "libc64/os_malloc.h"
|
||||
#include "printf.h"
|
||||
#include "translation.h"
|
||||
#include "ultra64.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
#define LOG_SEVERITY_NOLOG 0
|
||||
#define LOG_SEVERITY_ERROR 2
|
||||
|
||||
Reference in New Issue
Block a user