| 101 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_INPUT, NULL, false); |
| 102 | } |
| 103 | EXPORTMYFUNC void* SteamParties() |
| 104 | { |
| 105 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_PARTIES, NULL, false); |
| 106 | } |
| 107 | EXPORTMYFUNC void* SteamGameServer() |
| 108 | { |
| 109 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_GAMESERVER, NULL, false); |
nothing calls this directly
no test coverage detected