extent: add vector2f convenience typedef
This commit is contained in:
parent
5c1b37d10d
commit
4df3523b28
@ -56,6 +56,7 @@ namespace util {
|
||||
};
|
||||
|
||||
typedef extent<size_t> extent2u;
|
||||
typedef extent<float> extent2f;
|
||||
|
||||
template <typename T>
|
||||
std::ostream& operator<< (std::ostream&, util::extent<T>);
|
||||
|
Loading…
Reference in New Issue
Block a user