diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-11 18:38:48 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-11 18:38:48 +0300 |
commit | 5734da61d0629d96297140fb6c1bfdca9d1e7269 (patch) | |
tree | ae7074fd7f29737884752e979a6fa897aad92d42 /plugins/NewStory/src/stdafx.h | |
parent | 467ebabf29c13a6f20ea5f7a1ec6d59c615e453c (diff) |
NewStory: added skeleton of log viewer class
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index b58cadab99..6646640da4 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -73,6 +73,8 @@ int OptionsInitialize(WPARAM, LPARAM); struct CMPlugin : public PLUGIN<CMPlugin> { + HANDLE m_log; + CMPlugin(); int Load() override; |