mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 09:20:17 +00:00
Add and use LOG_STRING_T()
This commit is contained in:
parent
83d225ce2c
commit
a695afd730
11 changed files with 26 additions and 22 deletions
|
@ -13,4 +13,7 @@
|
|||
*/
|
||||
#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)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue