summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ClientChangeNotify/src/stdafx.h')
-rw-r--r--plugins/ClientChangeNotify/src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ClientChangeNotify/src/stdafx.h b/plugins/ClientChangeNotify/src/stdafx.h
index 6032939f7f..9fc0695866 100644
--- a/plugins/ClientChangeNotify/src/stdafx.h
+++ b/plugins/ClientChangeNotify/src/stdafx.h
@@ -55,6 +55,9 @@
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
+ int Unload() override;
};
#include "TMyArray.h"