swizzle.hpp 409 B

12345678910111213
  1. #ifndef BOOST_QVM_SWIZZLE_HPP_INCLUDED
  2. #define BOOST_QVM_SWIZZLE_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/swizzle2.hpp>
  7. #include <boost/qvm/swizzle3.hpp>
  8. #include <boost/qvm/swizzle4.hpp>
  9. #endif