diff options
Diffstat (limited to 'src/libjin/math/vector.h')
-rw-r--r-- | src/libjin/math/vector.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libjin/math/vector.h b/src/libjin/math/vector.h new file mode 100644 index 0000000..43e249e --- /dev/null +++ b/src/libjin/math/vector.h @@ -0,0 +1,14 @@ +#ifndef __JIN_VECTOR_H +#define __JIN_VECTOR_H + +namespace jin +{ +namespace math +{ + + + +} +} + +#endif
\ No newline at end of file |