diff options
Diffstat (limited to 'plugins/StopSpamMod/src/stdafx.h')
-rwxr-xr-x | plugins/StopSpamMod/src/stdafx.h | 2 |
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; |