summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoikk2025-06-13 22:08:49 +0200
committerSoikk2025-06-13 22:08:49 +0200
commit5333160b241e15d46b920300a103ac8cd1583f73 (patch)
treeeed09348a4391c499df23731933772ddbccc16e6
parent44feabe4b0c6def9187e7fac851375173b85b895 (diff)
downloadsoikk-libs-5333160b241e15d46b920300a103ac8cd1583f73.tar.xz
soikk-libs-5333160b241e15d46b920300a103ac8cd1583f73.tar.zst
Added uint
-rwxr-xr-xtypes/types.h2
1 files changed, 2 insertions, 0 deletions
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