| 97 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_GAMESEARCH, NULL, false); |
| 98 | } |
| 99 | EXPORTMYFUNC void* SteamInput() |
| 100 | { |
| 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); |
nothing calls this directly
no test coverage detected