summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.h b/global.h
index 9b322a9..fc31f28 100644
--- a/global.h
+++ b/global.h
@@ -9,6 +9,6 @@ typedef uint8_t bool;
typedef int32_t i32;
typedef uint32_t u32;
-
+typedef uint32_t usize;
#endif /* _GLOBAL */