Update Interfaces.hpp

This commit is contained in:
0TheSpy
2022-11-14 15:16:05 +03:00
committed by GitHub
parent 30a99985c6
commit a610bd329c

View File

@ -2,8 +2,8 @@
#define INTERFACES
#pragma once
//do not delete
//#define DEBUG
//random crashes while loading config without DEBUG defined
#define DEBUG
#ifdef DEBUG
#define printfdbg(data, ...) printf(XorStr(data), __VA_ARGS__)