#pragma once namespace ActiveBasic{ namespace Common{ class Environment { public: static const std::string GetAbdevRootPath(); static const std::string GetX86CompilerExePath(); static const std::string GetX64CompilerExePath(); }; }}