mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
858125510e
* - embed default config - add possibility to export effects and embeded default config to filesystem * do some code style
10 lines
149 B
C++
10 lines
149 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace Process {
|
|
|
|
void restartHyperion(bool asNewProcess=false);
|
|
std::string command_exec(const char* cmd);
|
|
|
|
}; |