Update Interfaces.hpp

This commit is contained in:
0TheSpy
2022-11-10 03:05:39 +03:00
committed by GitHub
parent fc654392e8
commit 2b53e18cd7

View File

@ -2,7 +2,7 @@
#define INTERFACES
#pragma once
//#define DEBUG
#define DEBUG
#ifdef DEBUG
#define printfdbg(data, ...) printf(XorStr(data), __VA_ARGS__)
@ -358,7 +358,6 @@ static __declspec(naked) void __cdecl Invoke_NET_SetConVar(void* pfn, const char
}
void NETSetConVar(const char* name, const char* value);
void SetName(const char* pszName);
#endif