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