Added (U)Int32 typedef for Box,Rect and VectorI classes
Former-commit-id: 20fcc8e7ccde6f5306c08058ad477e81cfb2d204
This commit is contained in:
@@ -87,6 +87,8 @@ typedef NzRect<double> NzRectd;
|
||||
typedef NzRect<float> NzRectf;
|
||||
typedef NzRect<int> NzRecti;
|
||||
typedef NzRect<unsigned int> NzRectui;
|
||||
typedef NzRect<nzInt32> NzRecti32;
|
||||
typedef NzRect<nzUInt32> NzRectui32;
|
||||
|
||||
#include <Nazara/Math/Rect.inl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user