mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
This implementation is for portability, so its not module specific and can be used on all programs utilizing those API's
12 lines
345 B
C
12 lines
345 B
C
#pragma once
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Internals
|
|
void InstallIPHooks();
|
|
void RemoveIPHooks();
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Globals
|
|
extern BOOL g_bBlockInput;
|
|
/////////////////////////////////////////////////////////////////////////////
|