Math: Add Rect(u)i64 using

This commit is contained in:
Lynix 2019-12-22 17:00:48 +01:00
parent 3b43f57192
commit dba9bb8b47
1 changed files with 2 additions and 0 deletions

View File

@ -91,7 +91,9 @@ namespace Nz
using Recti = Rect<int>;
using Rectui = Rect<unsigned int>;
using Recti32 = Rect<Int32>;
using Recti64 = Rect<Int64>;
using Rectui32 = Rect<UInt32>;
using Rectui64 = Rect<UInt64>;
template<typename T> bool Serialize(SerializationContext& context, const Rect<T>& rect, TypeTag<Rect<T>>);
template<typename T> bool Unserialize(SerializationContext& context, Rect<T>* rect, TypeTag<Rect<T>>);