[ox/std] Add uint_t

(synced from 4ae6fd7c17)
This commit is contained in:
2023-11-05 10:18:39 -06:00
parent ea370bd470
commit cadfa817a2
+2
View File
@@ -57,6 +57,8 @@ typedef uint32_t uintptr_t;
#endif #endif
using uint_t = unsigned;
namespace ox { namespace ox {
/** /**