r5sdk/r5dev/core/init.h
Kawe Mazidjatari 6764b5e56e Implement frame tasks
Run all Cbuf_Execute calls in the main thread. This should fix every problem related to (but not only):
* Connecting to server while RUI dialogue is still open.
* Connecting to server while in an active game.
* Running 'weapon_reparse'.
2022-08-19 21:33:31 +02:00

20 lines
578 B
C

#pragma once
namespace
{
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* ==== ------- ========================================================================================================================================================= */
}
void R5Dev_Init();
void R5Dev_Shutdown();
void Systems_Init();
void Systems_Shutdown();
void WinSock_Init();
void WinSock_Shutdown();
void QuerySystemInfo();
void DetourInit();
void DetourAddress();