Returns the english string version of an HMD error. */
| 345 | |
| 346 | /** Returns the english string version of an HMD error. */ |
| 347 | const char *VR_GetStringForHmdError( EVRInitError error ) |
| 348 | { |
| 349 | return VR_GetVRInitErrorAsEnglishDescription( error ); |
| 350 | } |
| 351 | |
| 352 | } |
| 353 |
nothing calls this directly
no test coverage detected