mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Removed un-used define in hooks.h
This commit is contained in:
parent
54cdb2fb61
commit
3558eb9c48
@ -64,7 +64,6 @@ namespace Hooks
|
||||
#pragma region ConVar
|
||||
bool ConVar_IsFlagSet(ConVar* cvar, int flag);
|
||||
bool ConCommand_IsFlagSet(ConCommandBase* cmd, int flag);
|
||||
void Map_Callback(void* args);
|
||||
|
||||
using ConVar_IsFlagSetFn = bool(*)(ConVar*, int);
|
||||
extern ConVar_IsFlagSetFn originalConVar_IsFlagSet;
|
||||
|
Loading…
x
Reference in New Issue
Block a user