mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 00:43:56 +02:00
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:
+2
-1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user