mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Additional cleanup and micro refactor of the console. New signature for S2+ SQVM's. Every release of the game executable is now supported
8 lines
152 B
C
8 lines
152 B
C
#pragma once
|
|
|
|
void InstallHooks();
|
|
void RemoveHooks();
|
|
void ToggleDevCommands();
|
|
void ToggleNetHooks();
|
|
|
|
bool Hook_Cvar_IsFlagSet(int** cvar, int flag); |