add new print_debug method which shows source and line number

This commit is contained in:
chanon 2018-05-17 16:00:27 +07:00
parent b0649d2718
commit 3ea6d9f37d
2 changed files with 27 additions and 0 deletions

View file

@ -96,6 +96,7 @@ public:
TEXT_PRINT_SPACED,
TEXT_PRINTERR,
TEXT_PRINTRAW,
TEXT_PRINT_DEBUG,
VAR_TO_STR,
STR_TO_VAR,
VAR_TO_BYTES,