[ox/std] Add uint_t
This commit is contained in:
2
deps/ox/src/ox/std/types.hpp
vendored
2
deps/ox/src/ox/std/types.hpp
vendored
@ -57,6 +57,8 @@ typedef uint32_t uintptr_t;
|
||||
|
||||
#endif
|
||||
|
||||
using uint_t = unsigned;
|
||||
|
||||
namespace ox {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user