aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/render/LayoutUtility.hpp
blob: 63d13fd3caefbe62a2553c6d31fa80435eb0de0c (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