diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-07 13:11:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-07 13:11:09 +0300 |
commit | 96edfd48017a250c718ebe0c8fa1b66cc79c83bd (patch) | |
tree | 1a3ab5ccdfd9471717c662edf30d2cf4a555213b /plugins/NewStory/src/stdafx.h | |
parent | 85d2893a7392f3b62671d87944398d155224aeba (diff) |
NewStory: options -> UI classes
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
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> { CMPlugin(); |