blob: 7de981ac3e39706d59a00c2c41f8558e4c5d2062 [file] [log] [blame]
//========= Copyright Valve Corporation ============//
#pragma once
#include <string>
std::string GetEnvironmentVariable( const char *pchVarName );
bool SetEnvironmentVariable( const char *pchVarName, const char *pchVarValue );