Added (U)Int32 typedef for Box,Rect and VectorI classes
Former-commit-id: 20fcc8e7ccde6f5306c08058ad477e81cfb2d204
This commit is contained in:
@@ -96,6 +96,8 @@ typedef NzVector2<double> NzVector2d;
|
||||
typedef NzVector2<float> NzVector2f;
|
||||
typedef NzVector2<int> NzVector2i;
|
||||
typedef NzVector2<unsigned int> NzVector2ui;
|
||||
typedef NzVector2<nzInt32> NzVector2i32;
|
||||
typedef NzVector2<nzUInt32> NzVector2ui32;
|
||||
|
||||
#include <Nazara/Math/Vector2.inl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user