mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-20 04:35:59 +08:00
Update Interfaces.hpp
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
#define INTERFACES
|
#define INTERFACES
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
//#define DEBUG
|
#define DEBUG
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#define printfdbg(data, ...) printf(XorStr(data), __VA_ARGS__)
|
#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 NETSetConVar(const char* name, const char* value);
|
||||||
void SetName(const char* pszName);
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user