Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hmderrors.h « vrcommon « src - github.com/ValveSoftware/openvr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bce5e3450d077adab4b848d14006cfb98183a9d (plain)
1
2
3
4
5
6
7
8
//========= Copyright Valve Corporation ============//
#pragma once
#include "openvr.h"


const char *GetEnglishStringForHmdError( vr::EVRInitError eError );
const char *GetIDForVRInitError( vr::EVRInitError eError );