diff options
Diffstat (limited to 'plugins/Non-IM Contact/src/stdafx.h')
-rw-r--r-- | plugins/Non-IM Contact/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Non-IM Contact/src/stdafx.h b/plugins/Non-IM Contact/src/stdafx.h index ff8899df3c..43d301a805 100644 --- a/plugins/Non-IM Contact/src/stdafx.h +++ b/plugins/Non-IM Contact/src/stdafx.h @@ -120,6 +120,9 @@ extern HNETLIBUSER hNetlibUser; struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
+ int Unload() override;
};
#endif
|