diff options
Diffstat (limited to 'plugins/WebView/src/webview.h')
-rw-r--r-- | plugins/WebView/src/webview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/WebView/src/webview.h b/plugins/WebView/src/webview.h index fce570cdb1..ad69459257 100644 --- a/plugins/WebView/src/webview.h +++ b/plugins/WebView/src/webview.h @@ -247,4 +247,7 @@ extern HANDLE hHookAlertOSD; struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
+ int Unload() override;
};
|