typhoon/tempest/Vector.hpp
2022-12-24 14:43:20 -06:00

9 lines
220 B
C++

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