r5sdk/r5dev/core/init.h
Kawe Mazidjatari 1e7b746356 More detailed system stats
Fixed physical core count always returning logical core count (this engine does not run on the AMD Phenom processor).
2022-04-18 16:45:26 +02:00

18 lines
548 B
C

#pragma once
namespace
{
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* ==== ------- ========================================================================================================================================================= */
}
void R5Dev_Init();
void R5Dev_Shutdown();
void Systems_Init();
void Systems_Shutdown();
void WS_Init();
void WS_Shutdown();
void QuerySystemInfo();
void PrintHAddress();