typhoon/tempest/Vector.hpp
2026-04-24 00:30:51 +04:00

11 lines
300 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/C3iVector.hpp"
#include "tempest/vector/C4Vector.hpp"
#include "tempest/vector/CImVector.hpp"
#endif