From c9027518b426a134006a7335184df8f9205b2938 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 1 May 2020 18:23:21 +0300 Subject: fixes #2371 (NewStory: add grouping support) --- plugins/NewStory/src/stdafx.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/NewStory/src/stdafx.h') diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index 49924ade86..ad0a5d62fd 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -79,9 +79,12 @@ struct CMPlugin : public PLUGIN { HANDLE m_log; + bool bMsgGrouping; + CMPlugin(); int Load() override; int Unload() override; }; +extern CMOption g_bOptGrouping; \ No newline at end of file -- cgit v1.2.3