summaryrefslogtreecommitdiff
path: root/plugins/MagneticWindows/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MagneticWindows/src/stdafx.h')
-rw-r--r--plugins/MagneticWindows/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MagneticWindows/src/stdafx.h b/plugins/MagneticWindows/src/stdafx.h
index 962673a6ea..1bc81267c0 100644
--- a/plugins/MagneticWindows/src/stdafx.h
+++ b/plugins/MagneticWindows/src/stdafx.h
@@ -28,6 +28,8 @@ struct TWorkingVariables
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
};
void WindowStart();