| 19 | return true; |
| 20 | } |
| 21 | EXPORTMYFUNC const char* SteamAPI_GetSteamInstallPath() |
| 22 | { |
| 23 | return ColdAPI_General::ColdAPI_GetSteamInstallPath(); |
| 24 | } |
| 25 | EXPORTMYFUNC bool SteamAPI_RestartAppIfNecessary(uint32_t unOwnAppID) |
| 26 | { |
| 27 | Steam_Config::AppId = unOwnAppID; |
nothing calls this directly
no test coverage detected