diff options
Diffstat (limited to 'src/libjin/Math/Vector2.cpp')
-rw-r--r-- | src/libjin/Math/Vector2.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libjin/Math/Vector2.cpp b/src/libjin/Math/Vector2.cpp new file mode 100644 index 0000000..737c496 --- /dev/null +++ b/src/libjin/Math/Vector2.cpp @@ -0,0 +1,9 @@ +#include "Vector2.h" + +namespace jin +{ +namespace math +{ + +} // math +} // jin
\ No newline at end of file |