diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-08 22:14:29 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-08 22:14:29 +0200 |
| commit | caacf24af8a51807105cd35407201d525a4e59f4 (patch) | |
| tree | 640fa38bbb09dcf2ca2eaed14d4acd2dba10b3e3 /src/wireframe-mesh.hpp | |
| parent | df73742cdd427e68057603746864abd3d2b545c2 (diff) | |
a
Diffstat (limited to 'src/wireframe-mesh.hpp')
| -rw-r--r-- | src/wireframe-mesh.hpp | 2 |
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 |
