summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping/src/stdafx.h')
-rw-r--r--plugins/Ping/src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Ping/src/stdafx.h b/plugins/Ping/src/stdafx.h
index d2abecce00..257c56d6f8 100644
--- a/plugins/Ping/src/stdafx.h
+++ b/plugins/Ping/src/stdafx.h
@@ -57,6 +57,9 @@
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
+ int Unload() override;
};
typedef struct {