mirror of https://github.com/zeldaret/oot.git
include debug.h in translation.h
This commit is contained in:
parent
a695afd730
commit
e4d4799e2e
|
@ -1,6 +1,8 @@
|
||||||
#ifndef TRANSLATION_H
|
#ifndef TRANSLATION_H
|
||||||
#define TRANSLATION_H
|
#define TRANSLATION_H
|
||||||
|
|
||||||
|
#include "libu64/debug.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The "T" macro holds translations in English for original debug strings written in Japanese.
|
* The "T" macro holds translations in English for original debug strings written in Japanese.
|
||||||
* The translated strings are only direct translations. Certain names or terms may not reflect
|
* The translated strings are only direct translations. Certain names or terms may not reflect
|
||||||
|
@ -13,7 +15,6 @@
|
||||||
*/
|
*/
|
||||||
#define T(jp, en) jp
|
#define T(jp, en) jp
|
||||||
|
|
||||||
// Note: need to also include debug.h if using this macro
|
|
||||||
#define LOG_STRING_T(stringJP, stringEN, file, line) LOG(#stringJP, stringJP, "%s", file, line)
|
#define LOG_STRING_T(stringJP, stringEN, file, line) LOG(#stringJP, stringJP, "%s", file, line)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#include "libu64/debug.h"
|
|
||||||
#include "rand.h"
|
#include "rand.h"
|
||||||
#include "translation.h"
|
#include "translation.h"
|
||||||
#include "z64play.h"
|
#include "z64play.h"
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#include "z_arrow_fire.h"
|
#include "z_arrow_fire.h"
|
||||||
#include "overlays/actors/ovl_En_Arrow/z_en_arrow.h"
|
#include "overlays/actors/ovl_En_Arrow/z_en_arrow.h"
|
||||||
|
|
||||||
#include "libu64/debug.h"
|
|
||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
#include "gfx_setupdl.h"
|
#include "gfx_setupdl.h"
|
||||||
#include "ichain.h"
|
#include "ichain.h"
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#include "z_arrow_ice.h"
|
#include "z_arrow_ice.h"
|
||||||
#include "overlays/actors/ovl_En_Arrow/z_en_arrow.h"
|
#include "overlays/actors/ovl_En_Arrow/z_en_arrow.h"
|
||||||
|
|
||||||
#include "libu64/debug.h"
|
|
||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
#include "gfx_setupdl.h"
|
#include "gfx_setupdl.h"
|
||||||
#include "ichain.h"
|
#include "ichain.h"
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#include "z_arrow_light.h"
|
#include "z_arrow_light.h"
|
||||||
#include "overlays/actors/ovl_En_Arrow/z_en_arrow.h"
|
#include "overlays/actors/ovl_En_Arrow/z_en_arrow.h"
|
||||||
|
|
||||||
#include "libu64/debug.h"
|
|
||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
#include "gfx_setupdl.h"
|
#include "gfx_setupdl.h"
|
||||||
#include "ichain.h"
|
#include "ichain.h"
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
#include "z_demo_kekkai.h"
|
#include "z_demo_kekkai.h"
|
||||||
|
|
||||||
#include "libu64/debug.h"
|
|
||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
#include "gfx_setupdl.h"
|
#include "gfx_setupdl.h"
|
||||||
#include "rand.h"
|
#include "rand.h"
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
#include "z_elf_msg.h"
|
#include "z_elf_msg.h"
|
||||||
|
|
||||||
#include "libu64/debug.h"
|
|
||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
#include "gfx_setupdl.h"
|
#include "gfx_setupdl.h"
|
||||||
#include "ichain.h"
|
#include "ichain.h"
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
#include "z_elf_msg2.h"
|
#include "z_elf_msg2.h"
|
||||||
|
|
||||||
#include "libu64/debug.h"
|
|
||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
#include "gfx_setupdl.h"
|
#include "gfx_setupdl.h"
|
||||||
#include "ichain.h"
|
#include "ichain.h"
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
#include "z_magic_wind.h"
|
#include "z_magic_wind.h"
|
||||||
|
|
||||||
#include "libu64/debug.h"
|
|
||||||
#include "array_count.h"
|
#include "array_count.h"
|
||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
#include "gfx_setupdl.h"
|
#include "gfx_setupdl.h"
|
||||||
|
|
Loading…
Reference in New Issue