FM stereo prototype

This commit is contained in:
Ryzerth
2021-07-23 06:29:16 +02:00
parent 175e361ccd
commit 8454b40d54
10 changed files with 363 additions and 90 deletions

View File

@@ -6,6 +6,7 @@ namespace options {
struct CMDLineOptions {
std::string root;
bool showConsole;
bool serverMode;
};
SDRPP_EXPORT CMDLineOptions opts;