aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/render/layout_utility.hpp
blob: 16a15d87af3c224041211f22cdcdb010fe125e7f (plain)
1
2
3
4
5
6
7
#pragma once
#include "base.hpp"

namespace cru::ui::render {
Size Min(const Size& left, const Size& right);
Size Max(const Size& left, const Size& right);
}  // namespace cru::ui::render