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
|
||||
|
||||
#ifdef DEBUG
|
||||
#define printfdbg printf
|
||||
#define printfdbg(data, ...) printf(XorStr(data), __VA_ARGS__)
|
||||
#else
|
||||
#define printfdbg(...)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user