| 77 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_CONTROLLER, NULL, false); |
| 78 | } |
| 79 | EXPORTMYFUNC void* SteamBilling() |
| 80 | { |
| 81 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_BILLING, NULL, false); |
| 82 | } |
| 83 | EXPORTMYFUNC void* SteamContentServer() |
| 84 | { |
| 85 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_CONTENTSERVER, NULL, false); |
nothing calls this directly
no test coverage detected