See "Initializing the Steamworks SDK" above for how to choose an init method. Returns true on success
| 94 | // See "Initializing the Steamworks SDK" above for how to choose an init method. |
| 95 | // Returns true on success |
| 96 | inline bool SteamAPI_Init() |
| 97 | { |
| 98 | return SteamAPI_InitEx( NULL ) == k_ESteamAPIInitResult_OK; |
| 99 | } |
| 100 | |
| 101 | // See "Initializing the Steamworks SDK" above for how to choose an init method. |
| 102 | // Same usage as SteamAPI_InitEx(), however does not verify ISteam* interfaces are |
no test coverage detected