From d31239eeeac4ea595b1d1e7063ab5d762809fb02 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 28 Mar 2026 20:33:03 +0200 Subject: feat!: Complete rewrite This new scheme will be much simpler --- global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global.h') 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 */ -- cgit v1.2.3