mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 10:32:29 +00:00
6 lines
102 B
C++
6 lines
102 B
C++
#ifndef TEMPEST_VECTOR_HPP
|
|
#define TEMPEST_VECTOR_HPP
|
|
|
|
#include "tempest/vector/C3Vector.hpp"
|
|
|
|
#endif
|