Added (U)Int32 typedef for Box,Rect and VectorI classes
Former-commit-id: 20fcc8e7ccde6f5306c08058ad477e81cfb2d204
This commit is contained in:
@@ -95,6 +95,8 @@ typedef NzBox<double> NzBoxd;
|
||||
typedef NzBox<float> NzBoxf;
|
||||
typedef NzBox<int> NzBoxi;
|
||||
typedef NzBox<unsigned int> NzBoxui;
|
||||
typedef NzBox<nzInt32> NzBoxi32;
|
||||
typedef NzBox<nzUInt32> NzBoxui32;
|
||||
|
||||
#include <Nazara/Math/Box.inl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user