Update Interfaces.hpp

This commit is contained in:
0TheSpy
2022-11-09 11:01:24 +03:00
committed by GitHub
parent 540b9f1532
commit bc407bfc61

View File

@ -5,7 +5,7 @@
#define DEBUG
#ifdef DEBUG
#define printfdbg printf
#define printfdbg(data, ...) printf(XorStr(data), __VA_ARGS__)
#else
#define printfdbg(...)
#endif