region: add integer typedef, region2i
This commit is contained in:
parent
a782a61983
commit
c185ea7226
@ -81,6 +81,7 @@ namespace util {
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef region<size_t> region2u;
|
typedef region<size_t> region2u;
|
||||||
|
typedef region<intmax_t> region2i;
|
||||||
typedef region<float> region2f;
|
typedef region<float> region2f;
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
Loading…
Reference in New Issue
Block a user