summaryrefslogtreecommitdiff
path: root/assets/ui/menu_bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'assets/ui/menu_bool.h')
-rw-r--r--assets/ui/menu_bool.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/ui/menu_bool.h b/assets/ui/menu_bool.h
new file mode 100644
index 0000000..38d1562
--- /dev/null
+++ b/assets/ui/menu_bool.h
@@ -0,0 +1,10 @@
+// Victor Roemer (wtfbbqhax), <victor@badsec.org>.
+#ifndef MENU_BOOL_H
+#define MENU_BOOL_H
+
+enum {
+ false,
+ true
+};
+
+#endif