mirror of
https://github.com/zeldaret/oot
synced 2026-06-30 11:41:42 -04:00
Add and use LOG_STRING_T()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user