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