| 11 | return SteamAPI_Init(); |
| 12 | } |
| 13 | EXPORTMYFUNC void SteamAPI_Shutdown() |
| 14 | { |
| 15 | ColdAPI_InitAndShutDown::ColdClientShutDown(); |
| 16 | } |
| 17 | EXPORTMYFUNC bool SteamAPI_IsSteamRunning() |
| 18 | { |
| 19 | return true; |
nothing calls this directly
no test coverage detected