summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..06256f7
--- /dev/null
+++ b/config.h
@@ -0,0 +1,14 @@
+#ifndef __ZAPPILOTCONFIG_H
+#define __ZAPPILOTCONFIG_H
+
+struct sZappilotConfig
+{
+ int closeonswitch;
+ int hidemenu;
+ int fastbrowse;
+};
+
+extern sZappilotConfig config;
+
+// #define DEBUG
+#endif //__ZAPPILOTCONFIG_H