summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--typ.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/typ.h b/typ.h
index 9c07111..02174be 100644
--- a/typ.h
+++ b/typ.h
@@ -23,4 +23,11 @@ typedef ptrdiff_t isize;
typedef intptr_t iptr;
typedef uintptr_t uptr;
+typedef u8 uchar8;
+typedef u16 uchar16;
+typedef u32 uchar32;
+typedef i8 ichar8;
+typedef i16 ichar16;
+typedef i32 ichar32;
+
#endif