r5sdk/r5dev/core/init.h
Amos fd924b56e8 Shutdown dedicated dll properly
Systems where not getting shutdown properly. For dedicated 'ExitProcess()' in the GameDLL caused 'abort()' to get called even when systems where shutdown properly. We call TerminateProcess after all systems have shutdown properly in the SDK and GameDLL.
2022-02-18 14:00:58 +01:00

14 lines
487 B
C

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