summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-04-11 18:38:48 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-04-11 18:38:48 +0300
commit5734da61d0629d96297140fb6c1bfdca9d1e7269 (patch)
treeae7074fd7f29737884752e979a6fa897aad92d42 /plugins/NewStory/src/history.h
parent467ebabf29c13a6f20ea5f7a1ec6d59c615e453c (diff)
NewStory: added skeleton of log viewer class
Diffstat (limited to 'plugins/NewStory/src/history.h')
-rw-r--r--plugins/NewStory/src/history.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history.h b/plugins/NewStory/src/history.h
index 00e9ccfded..ba34befa21 100644
--- a/plugins/NewStory/src/history.h
+++ b/plugins/NewStory/src/history.h
@@ -34,4 +34,6 @@ void InitHistory();
INT_PTR svcShowNewstory(WPARAM wParam, LPARAM lParam);
INT_PTR svcShowSystemNewstory(WPARAM wParam, LPARAM lParam);
+CSrmmLogWindow* __cdecl NewStory_Stub(CMsgDialog &pDlg);
+
#endif // __history_h__ \ No newline at end of file