MOS
boxes.hpp
1 #pragma once
2 
3 #include <mos/core/container.hpp>
4 #include <mos/gfx/box.hpp>
5 
6 namespace mos::gfx {
7 
9 using Boxes = Container<Box>;
10 
11 } // namespace mos::gfx
Definition: assets.hpp:17