typhoon/tempest/Vector.hpp
2020-11-26 12:40:31 -06:00

8 lines
180 B
C++

#ifndef TEMPEST_VECTOR_HPP
#define TEMPEST_VECTOR_HPP
#include "tempest/vector/C2Vector.hpp"
#include "tempest/vector/C3Vector.hpp"
#include "tempest/vector/C4Vector.hpp"
#endif