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
110 B
C++
10 lines
110 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace FileUtils {
|
|
|
|
std::string getBaseName( std::string sourceFile);
|
|
|
|
};
|