r5sdk/r5dev/core/init.h
Kawe Mazidjatari 4de66e7866 Add logging hook for Bink Video error output
Hook BinkOpen, and retrieve error message from exported function BinkGetError if BinkOpen failed.
2022-11-27 17:07:03 +01:00

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();