mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	* - 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);
 | |
| 
 | |
| }; |