mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-18 01:13:55 +02:00
Also make the GroupHost plugin type agnostic
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
* will actually host a plugin and do all the function call forwarding.
|
||||
*/
|
||||
class HostBridge {
|
||||
protected:
|
||||
HostBridge(boost::filesystem::path plugin_path);
|
||||
|
||||
public:
|
||||
virtual ~HostBridge(){};
|
||||
|
||||
@@ -64,6 +67,11 @@ class HostBridge {
|
||||
*/
|
||||
void handle_win32_events();
|
||||
|
||||
/**
|
||||
* The path to the .dll being loaded in the Wine plugin host.
|
||||
*/
|
||||
const boost::filesystem::path plugin_path;
|
||||
|
||||
protected:
|
||||
/**
|
||||
* The plugin editor window. Allows embedding the plugin's editor into a
|
||||
|
||||
Reference in New Issue
Block a user