| 7 | return ColdAPI_InitAndShutDown::ColdClientInitializzation(); |
| 8 | } |
| 9 | EXPORTMYFUNC bool SteamAPI_InitSafe() |
| 10 | { |
| 11 | return SteamAPI_Init(); |
| 12 | } |
| 13 | EXPORTMYFUNC void SteamAPI_Shutdown() |
| 14 | { |
| 15 | ColdAPI_InitAndShutDown::ColdClientShutDown(); |
nothing calls this directly
no test coverage detected