Move wine-bridge.h -> bridges/vst2.h

This way we can structure the group handling and a potential future VST3
bridge in the same way.
This commit is contained in:
Robbert van der Helm
2020-05-18 15:13:13 +02:00
parent b8028b8e13
commit 53acb1f78a
8 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -86,10 +86,10 @@ shared_library(
host_sources = [
'src/common/logging.cpp',
'src/common/serialization.cpp',
'src/wine-host/bridges/vst2.cpp',
'src/wine-host/editor.cpp',
'src/wine-host/editor.cpp',
'src/wine-host/utils.cpp',
'src/wine-host/wine-bridge.cpp',
version_header,
]