r5sdk/r5dev/core/init.h
Kawe Mazidjatari f47fb63e5f Fix dedicated server compile errors
Huge cleanup for dedicated. All patches in 'opcodes.cpp' are now directly applied to the executable, and kept as reference in the source file. The patch logic is commented. Any other patches for the dedicated server executable should be documented in the patch file found in 'r5dev/resource/patch'.
2023-01-26 02:59:50 +01:00

17 lines
252 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();
void DetourRegister();