region: add integer typedef, region2i

This commit is contained in:
Danny Robson 2015-01-22 15:00:35 +11:00
parent a782a61983
commit c185ea7226

View File

@ -81,6 +81,7 @@ namespace util {
};
typedef region<size_t> region2u;
typedef region<intmax_t> region2i;
typedef region<float> region2f;
template <typename T>