diff options
Diffstat (limited to 'plugins/NewStory/src/options.h')
-rw-r--r-- | plugins/NewStory/src/options.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/NewStory/src/options.h b/plugins/NewStory/src/options.h new file mode 100644 index 0000000000..4912e12a02 --- /dev/null +++ b/plugins/NewStory/src/options.h @@ -0,0 +1,15 @@ +#ifndef __options_h__ +#define __options_h__ + +struct Options +{ + int dummy; +}; + +extern Options options; +extern int OptShowPage; + +void LoadOptions(); +void InitOptions(); + +#endif // __options_h__
\ No newline at end of file |