MCPcopy Create free account
hub / github.com/Rat431/ColdAPI_Steam / SteamAPI_Init

Function SteamAPI_Init

src/ColdAPI_Steam/Steam_data.cpp:5–8  ·  view source on GitHub ↗

Steam standard functions.

Source from the content-addressed store, hash-verified

3
4// Steam standard functions.
5EXPORTMYFUNC bool SteamAPI_Init()
6{
7 return ColdAPI_InitAndShutDown::ColdClientInitializzation();
8}
9EXPORTMYFUNC bool SteamAPI_InitSafe()
10{
11 return SteamAPI_Init();

Callers 1

SteamAPI_InitSafeFunction · 0.85

Calls 1

Tested by

no test coverage detected