diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src/stdafx.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/SendScreenshotPlus/src/stdafx.h b/plugins/SendScreenshotPlus/src/stdafx.h index e6517b49c0..4460d41220 100644 --- a/plugins/SendScreenshotPlus/src/stdafx.h +++ b/plugins/SendScreenshotPlus/src/stdafx.h @@ -121,6 +121,9 @@ typedef struct _MGLOBAL { struct CMPlugin : public PLUGIN<CMPlugin> { CMPlugin(); + + int Load() override; + int Unload() override; }; extern ATOM g_clsTargetHighlighter; |