map.hpp 410 B

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