summaryrefslogtreecommitdiff
path: root/src/util/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/type.h')
-rw-r--r--src/util/type.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/type.h b/src/util/type.h
index f62bbfa..2f16f7b 100644
--- a/src/util/type.h
+++ b/src/util/type.h
@@ -4,4 +4,8 @@
typedef unsigned int uint;
typedef unsigned char bool;
+#define FALSE 0
+#define TRUE 1
+
+
#endif \ No newline at end of file