Steam standard functions.
| 3 | |
| 4 | // Steam standard functions. |
| 5 | EXPORTMYFUNC bool SteamAPI_Init() |
| 6 | { |
| 7 | return ColdAPI_InitAndShutDown::ColdClientInitializzation(); |
| 8 | } |
| 9 | EXPORTMYFUNC bool SteamAPI_InitSafe() |
| 10 | { |
| 11 | return SteamAPI_Init(); |
no test coverage detected