summaryrefslogtreecommitdiff
path: root/boost/qvm/vec_register.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/qvm/vec_register.hpp')
-rw-r--r--boost/qvm/vec_register.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/boost/qvm/vec_register.hpp b/boost/qvm/vec_register.hpp
new file mode 100644
index 0000000000..5359e802c4
--- /dev/null
+++ b/boost/qvm/vec_register.hpp
@@ -0,0 +1,14 @@
+//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
+//Copyright (c) 2018 agate-pris
+
+//Distributed under the Boost Software License, Version 1.0. (See accompanying
+//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+#ifndef BOOST_QVM_VEC_REGISTER_HPP
+#define BOOST_QVM_VEC_REGISTER_HPP
+
+#include <boost/qvm/vec_register2.hpp>
+#include <boost/qvm/vec_register3.hpp>
+#include <boost/qvm/vec_register4.hpp>
+
+#endif