r5sdk/r5dev/include/hooks.h
Amos 5d92c8c226 Fixed several bugs in the GameConsole class
Fixed several bugs in the GameConsole class caused by a single variable that shouldn't be initialized where it was.

Fixed GameConsole glitch on right mouse click event
2021-06-20 09:04:13 -07:00

15 lines
410 B
C

#pragma once
/////////////////////////////////////////////////////////////////////////////
// Initialization
void InstallENHooks();
void RemoveENHooks();
void ToggleDevCommands();
void ToggleNetHooks();
/////////////////////////////////////////////////////////////////////////////
// Globals
inline bool g_bDebugLoading = false;
/////////////////////////////////////////////////////////////////////////////