summaryrefslogtreecommitdiffstats
path: root/gfx/vr/service/openvr/src/hmderrors_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/vr/service/openvr/src/hmderrors_public.h')
-rw-r--r--gfx/vr/service/openvr/src/hmderrors_public.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gfx/vr/service/openvr/src/hmderrors_public.h b/gfx/vr/service/openvr/src/hmderrors_public.h
new file mode 100644
index 0000000000..ccd6c8a96c
--- /dev/null
+++ b/gfx/vr/service/openvr/src/hmderrors_public.h
@@ -0,0 +1,6 @@
+//========= Copyright Valve Corporation ============//
+#pragma once
+
+const char *GetEnglishStringForHmdError( vr::EVRInitError eError );
+const char *GetIDForVRInitError( vr::EVRInitError eError );
+