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