Disable HTTP request for region

This commit is contained in:
Dan Paulat 2022-09-06 23:22:58 -05:00
parent e69f9a8008
commit 17ebfd609d
4 changed files with 52 additions and 2 deletions

View file

@ -0,0 +1,13 @@
#pragma once
#include <string>
namespace scwx
{
namespace util
{
void SetEnvironment(const std::string& name, const std::string& value);
} // namespace util
} // namespace scwx