| 89 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_FRIENDS, NULL, false); |
| 90 | } |
| 91 | EXPORTMYFUNC void* SteamParentalSettings() |
| 92 | { |
| 93 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_PARENTALSETTINGS, NULL, false); |
| 94 | } |
| 95 | EXPORTMYFUNC void* SteamGameSearch() |
| 96 | { |
| 97 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_GAMESEARCH, NULL, false); |
nothing calls this directly
no test coverage detected