summaryrefslogtreecommitdiff
path: root/plugins/StopSpamMod/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StopSpamMod/src/stdafx.h')
-rwxr-xr-xplugins/StopSpamMod/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/StopSpamMod/src/stdafx.h b/plugins/StopSpamMod/src/stdafx.h
index d6ccebe6dd..6ae48751de 100755
--- a/plugins/StopSpamMod/src/stdafx.h
+++ b/plugins/StopSpamMod/src/stdafx.h
@@ -38,6 +38,8 @@ using namespace std;
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
};
extern HANDLE hStopSpamLogDirH;