mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 20:26:10 +08:00
Update Interfaces.hpp
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
#define DEBUG
|
#define DEBUG
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#define printfdbg printf
|
#define printfdbg(data, ...) printf(XorStr(data), __VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
#define printfdbg(...)
|
#define printfdbg(...)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user