1 //Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
2 //Copyright (c) 2018 agate-pris
3 
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 
7 #ifndef BOOST_QVM_VEC_REGISTER_HPP
8 #define BOOST_QVM_VEC_REGISTER_HPP
9 
10 #include <boost/qvm/vec_register2.hpp>
11 #include <boost/qvm/vec_register3.hpp>
12 #include <boost/qvm/vec_register4.hpp>
13 
14 #endif
15