mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Hook BinkOpen, and retrieve error message from exported function BinkGetError if BinkOpen failed.
16 lines
229 B
C
16 lines
229 B
C
#pragma once
|
|
|
|
void SDK_Init();
|
|
void SDK_Shutdown();
|
|
|
|
void Systems_Init();
|
|
void Systems_Shutdown();
|
|
|
|
void WinSock_Init();
|
|
void WinSock_Shutdown();
|
|
void QuerySystemInfo();
|
|
void CheckCPU();
|
|
|
|
void DetourInit();
|
|
void DetourAddress();
|