mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Light cleanup. Hook RSON loading for debugging and improvements for console overlay. TODO: fix thread lock on concomand execute from Present(..)
15 lines
402 B
C
15 lines
402 B
C
#pragma once
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Initialization
|
|
void InstallHooks();
|
|
void RemoveHooks();
|
|
void ToggleDevCommands();
|
|
void ToggleNetHooks();
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Globals
|
|
inline bool g_bDebugLog = false;
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|