Split communication/vst2.h into common and VST2

So we can reuse the generic bits for our VST3 implementation.
This commit is contained in:
Robbert van der Helm
2020-11-29 13:54:33 +01:00
parent 46bc0301af
commit 2fbd14908a
8 changed files with 366 additions and 344 deletions
+1 -3
View File
@@ -21,9 +21,7 @@
#include <boost/process/environment.hpp>
#include <regex>
// TODO: Change this to commucation/common.h after refactoring, and do the same
// thing in other places where we don't need everything from VST2
#include "../../common/communication/vst2.h"
#include "../../common/communication/common.h"
// FIXME: `std::filesystem` is broken in wineg++, at least under Wine 5.8. Any
// path operation will thrown an encoding related error