mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
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'.
17 lines
252 B
C
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();
|