[+] Added AuUInt typedef

This commit is contained in:
Reece Wilson 2021-10-28 21:17:52 +00:00
parent 5db86871f0
commit 83ce645e99

View File

@ -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
///////////////////////////////////////////////////////////////////////////////////////////