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

Function SteamInternal_CreateInterface

src/ColdAPI_Steam/Steam_data.cpp:49–52  ·  view source on GitHub ↗

SteamInternal attempt.

Source from the content-addressed store, hash-verified

47
48// SteamInternal attempt.
49EXPORTMYFUNC void* SteamInternal_CreateInterface(const char* interfacename)
50{
51 return ColdAPI_General::ProvideInterface(NULL, interfacename, true);
52}
53EXPORTMYFUNC void* SteamInternal_FindOrCreateUserInterface(int32_t hSteamUser, const char* pszVersion)
54{
55 return SteamInternal_CreateInterface(pszVersion);

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected