Update Interfaces.hpp

This commit is contained in:
0TheSpy 2022-11-14 00:22:43 +03:00 committed by GitHub
parent 6c237d0baa
commit e3851ba2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,8 @@
#define INTERFACES
#pragma once
//#define DEBUG
//do not delete
#define DEBUG
#ifdef DEBUG
#define printfdbg(data, ...) printf(XorStr(data), __VA_ARGS__)