From 3df29dc54c509c983dc8a0e23eab4160d48144f2 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 8 Dec 2019 00:23:50 +0800 Subject: +clipping --- src/util/type.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util/type.h') 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 -- cgit v1.1-26-g67d0