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:
@ -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
|
||||
|
Reference in New Issue
Block a user