diff options
Diffstat (limited to 'global.h')
| -rw-r--r-- | global.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |
