#pragma once #include namespace Process { void restartHyperion(bool asNewProcess=false); std::string command_exec(const char* cmd); };