Delegate the plugin functionality to a class

This way we can hopefully contain all the manual memory management and
raw pointers somewhat.
This commit is contained in:
Robbert van der Helm
2020-02-06 19:01:30 +01:00
parent 3cda70ec04
commit 58d749862f
5 changed files with 177 additions and 90 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ include_dir = include_directories('src/include')
common_src = []
linux_plugin_src = [
'src/plugin/yabridge.cpp',
'src/plugin/bridge.cpp',
'src/plugin/plugin.cpp',
]
wine_host_src = [