mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Check CPU as early as possible (first routine during init). This is required because SpdLog compiles down to SSE instructions.
21 lines
591 B
C
21 lines
591 B
C
#pragma once
|
|
namespace
|
|
{
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
/* ==== ------- ========================================================================================================================================================= */
|
|
}
|
|
|
|
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();
|