From 5333160b241e15d46b920300a103ac8cd1583f73 Mon Sep 17 00:00:00 2001 From: Soikk Date: Fri, 13 Jun 2025 22:08:49 +0200 Subject: Added uint --- types/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'types') diff --git a/types/types.h b/types/types.h index 19978b0..bffa4bc 100755 --- a/types/types.h +++ b/types/types.h @@ -17,4 +17,6 @@ typedef uint64_t u64; typedef float f32; typedef double f64; +typedef unsigned uint; + #endif -- cgit v1.2.3