diff options
Diffstat (limited to 'plugins/NoHistory/src/options.h')
-rw-r--r-- | plugins/NoHistory/src/options.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/NoHistory/src/options.h b/plugins/NoHistory/src/options.h new file mode 100644 index 0000000000..f9825ce47c --- /dev/null +++ b/plugins/NoHistory/src/options.h @@ -0,0 +1,9 @@ +#ifndef _OPTIONS_INC
+#define _OPTIONS_INC
+
+extern DWORD event_timeout;
+
+void InitOptions();
+void DeinitOptions();
+
+#endif
|