[ox/std] Add uint_t

This commit is contained in:
Gary Talent 2023-11-05 10:18:39 -06:00
parent 4d09eecb0d
commit 4ae6fd7c17

View File

@ -57,6 +57,8 @@ typedef uint32_t uintptr_t;
#endif
using uint_t = unsigned;
namespace ox {
/**