| 363 | } // namespace |
| 364 | |
| 365 | pair<int, int> GetDrawableScaleRange(uint32_t type) |
| 366 | { |
| 367 | auto const res = classif().GetObject(type)->GetDrawScaleRange(); |
| 368 | return (res.first > res.second ? kInvalidScalesRange : res); |
| 369 | } |
| 370 | |
| 371 | pair<int, int> GetDrawableScaleRange(TypesHolder const & types) |
| 372 | { |