diff options
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<CMPlugin> { HANDLE m_log; + bool bMsgGrouping; + CMPlugin(); int Load() override; int Unload() override; }; +extern CMOption<bool> g_bOptGrouping;
\ No newline at end of file |