Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Unified Diff: third_party/openvr/src/src/vrcommon/envvartools_public.h

Issue 2754253003: Add OpenVR SDK to third_party (Closed)
Patch Set: feedback Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/openvr/src/src/vrcommon/envvartools_public.h
diff --git a/third_party/openvr/src/src/vrcommon/envvartools_public.h b/third_party/openvr/src/src/vrcommon/envvartools_public.h
new file mode 100644
index 0000000000000000000000000000000000000000..c92d406fa3d6db2061463aabdb85acb18dcf6f11
--- /dev/null
+++ b/third_party/openvr/src/src/vrcommon/envvartools_public.h
@@ -0,0 +1,7 @@
+//========= Copyright Valve Corporation ============//
+#pragma once
+
+#include <string>
+
+std::string GetEnvironmentVariable( const char *pchVarName );
+bool SetEnvironmentVariable( const char *pchVarName, const char *pchVarValue );
« no previous file with comments | « third_party/openvr/src/src/vrcommon/dirtools_public.cpp ('k') | third_party/openvr/src/src/vrcommon/envvartools_public.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698