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