r5sdk/r5dev/include/hooks.h
Amos cb0e72fc0a Forward console output to in-game console
Light cleanup. Hook RSON loading for debugging and improvements for console overlay.

TODO: fix thread lock on concomand execute from Present(..)
2021-06-16 16:43:03 -07:00

15 lines
402 B
C

#pragma once
/////////////////////////////////////////////////////////////////////////////
// Initialization
void InstallHooks();
void RemoveHooks();
void ToggleDevCommands();
void ToggleNetHooks();
/////////////////////////////////////////////////////////////////////////////
// Globals
inline bool g_bDebugLog = false;
/////////////////////////////////////////////////////////////////////////////