mirror of
https://github.com/zeldaret/oot
synced 2026-06-03 02:29:35 -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,18 +1,21 @@
|
||||
#include "libu64/debug.h"
|
||||
#include "libu64/overlay.h"
|
||||
#include "map.h"
|
||||
#include "printf.h"
|
||||
#if PLATFORM_N64
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "regs.h"
|
||||
#include "romfile.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "terminal.h"
|
||||
#include "assets/textures/parameter_static/parameter_static.h"
|
||||
#if PLATFORM_N64
|
||||
#include "n64dd.h"
|
||||
#endif
|
||||
#include "translation.h"
|
||||
#include "z64map_mark.h"
|
||||
#include "z64play.h"
|
||||
#include "z64save.h"
|
||||
|
||||
#include "assets/textures/parameter_static/parameter_static.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
typedef struct MapMarkInfo {
|
||||
|
||||
Reference in New Issue
Block a user