summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-12-08 00:23:50 +0800
committerchai <chaifix@163.com>2019-12-08 00:23:50 +0800
commit3df29dc54c509c983dc8a0e23eab4160d48144f2 (patch)
treed8c5287c9979e731e373e7a1481aadd79d3f071b /src/util
parent8e684dc0c76708e3174f005aebcaabc144b85500 (diff)
+clipping
Diffstat (limited to 'src/util')
-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