Allow loading VST3 modules

Doesn't actually work yet or do anything, but it compiles and it runs.
This commit is contained in:
Robbert van der Helm
2020-12-02 19:09:55 +01:00
parent 211f6156a7
commit 0b462c034e
4 changed files with 24 additions and 0 deletions
+4
View File
@@ -15,3 +15,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#pragma once
#include <string>
void justdewit(const std::string& path);