From 50084b0b3451328a4dfe6db65c78a225e9c8f288 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 6 Sep 2018 19:57:40 +0800 Subject: +bitmap --- src/libjin/Math/Vector2.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/libjin/Math/Vector2.cpp (limited to 'src/libjin/Math/Vector2.cpp') 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 -- cgit v1.1-26-g67d0