New recorder plugin + bugfix

This commit is contained in:
Ryzerth
2021-02-06 21:28:27 +01:00
parent a2d93915e8
commit a3f147a827
7 changed files with 778 additions and 293 deletions

View File

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