SteamAccessors attempt.
| 65 | |
| 66 | // SteamAccessors attempt. |
| 67 | EXPORTMYFUNC void* SteamApps() |
| 68 | { |
| 69 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_APPS, NULL, false); |
| 70 | } |
| 71 | EXPORTMYFUNC void* SteamClient() |
| 72 | { |
| 73 | return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_CLIENT, NULL, false); |
no test coverage detected