From 5734da61d0629d96297140fb6c1bfdca9d1e7269 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 11 Apr 2020 18:38:48 +0300 Subject: NewStory: added skeleton of log viewer class --- plugins/NewStory/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/NewStory/src/stdafx.h') 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 { + HANDLE m_log; + CMPlugin(); int Load() override; -- cgit v1.2.3