diff options
Diffstat (limited to 'include/cru/ui/render/layout_utility.hpp')
-rw-r--r-- | include/cru/ui/render/layout_utility.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/cru/ui/render/layout_utility.hpp b/include/cru/ui/render/layout_utility.hpp new file mode 100644 index 00000000..38191ad5 --- /dev/null +++ b/include/cru/ui/render/layout_utility.hpp @@ -0,0 +1,6 @@ +#include "../base.hpp" + +namespace cru::ui::render { + Size Min(const Size& left, const Size& right); + Size Max(const Size& left, const Size& right); +} |