| 1 | #ifndef BOOST_QVM_MAP_HPP_INCLUDED |
|---|---|
| 2 | #define BOOST_QVM_MAP_HPP_INCLUDED |
| 3 | |
| 4 | // Copyright 2008-2022 Emil Dotchevski and Reverge Studios, Inc. |
| 5 | |
| 6 | // Distributed under the Boost Software License, Version 1.0. (See accompanying |
| 7 | // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
| 8 | |
| 9 | #include <boost/qvm/map_vec_mat.hpp> |
| 10 | #include <boost/qvm/map_mat_vec.hpp> |
| 11 | #include <boost/qvm/map_mat_mat.hpp> |
| 12 | |
| 13 | #endif |
| 14 |
