From 96edfd48017a250c718ebe0c8fa1b66cc79c83bd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 7 Apr 2020 13:11:09 +0300 Subject: NewStory: options -> UI classes --- plugins/NewStory/src/stdafx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/NewStory/src/stdafx.h') diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index 5b766cd76c..fc67c04f43 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -62,7 +62,6 @@ Boston, MA 02111-1307, USA. #define MODULETITLE "NewStory" #include "utils.h" -#include "options.h" #include "fonts.h" #include "calendartool.h" #include "history.h" @@ -70,6 +69,8 @@ Boston, MA 02111-1307, USA. #include "history_control.h" #include "templates.h" +int OptionsInitialize(WPARAM, LPARAM); + struct CMPlugin : public PLUGIN { CMPlugin(); -- cgit v1.2.3