[+] Added AuUInt typedef
This commit is contained in:
parent
5db86871f0
commit
83ce645e99
@ -20,6 +20,11 @@ using AuHashMap = std::unordered_map<T, Z>;
|
||||
using AuString = std::string;
|
||||
#endif
|
||||
|
||||
#if !defined(AU_UInt)
|
||||
#define AU_UInt
|
||||
using AuUInt = size_t;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user