Also make the GroupHost plugin type agnostic

This commit is contained in:
Robbert van der Helm
2020-12-02 00:43:04 +01:00
parent 0eb80fe866
commit 3db099e0fc
6 changed files with 32 additions and 15 deletions
+8
View File
@@ -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