From 4ae6fd7c17dfa649d53b264f77fea2ef677a21fb Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 5 Nov 2023 10:18:39 -0600 Subject: [PATCH] [ox/std] Add uint_t --- deps/ox/src/ox/std/types.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/ox/src/ox/std/types.hpp b/deps/ox/src/ox/std/types.hpp index 7107530a..b35d0f45 100644 --- a/deps/ox/src/ox/std/types.hpp +++ b/deps/ox/src/ox/std/types.hpp @@ -57,6 +57,8 @@ typedef uint32_t uintptr_t; #endif +using uint_t = unsigned; + namespace ox { /**