summaryrefslogtreecommitdiffhomepage
path: root/src/wireframe-mesh.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wireframe-mesh.hpp')
-rw-r--r--src/wireframe-mesh.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wireframe-mesh.hpp b/src/wireframe-mesh.hpp
index c31ee1d0..28619e90 100644
--- a/src/wireframe-mesh.hpp
+++ b/src/wireframe-mesh.hpp
@@ -75,4 +75,6 @@ private:
extern template struct wireframe_mesh<wireframe_traits::null>;
extern template struct wireframe_mesh<wireframe_traits::quad>;
+using wireframe_quad_mesh = wireframe_mesh<wireframe_traits::quad>;
+
} // namespace Magnum::Examples