| 73 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_CLIENT, NULL, false); |
| 74 | } |
| 75 | EXPORTMYFUNC void* SteamController() |
| 76 | { |
| 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); |
nothing calls this directly
no test coverage detected