Chromium Code Reviews| 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 ); |