summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/global.h b/global.h
index fc31f28..e54f111 100644
--- a/global.h
+++ b/global.h
@@ -3,10 +3,6 @@
#include <stdint.h>
-typedef uint8_t bool;
-#define false 0
-#define true 1
-
typedef int32_t i32;
typedef uint32_t u32;
typedef uint32_t usize;