diff options
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(); |