Add map provider layer test

This commit is contained in:
Dan Paulat 2023-07-14 00:21:12 -05:00
parent 3d3318a032
commit 9c27b2cd29
6 changed files with 196 additions and 2 deletions

View file

@ -7,7 +7,8 @@ namespace scwx
namespace util
{
void SetEnvironment(const std::string& name, const std::string& value);
std::string GetEnvironment(const std::string& name);
void SetEnvironment(const std::string& name, const std::string& value);
} // namespace util
} // namespace scwx