diff options
author | chai <chaifix@163.com> | 2018-09-06 19:57:40 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-06 19:57:40 +0800 |
commit | 50084b0b3451328a4dfe6db65c78a225e9c8f288 (patch) | |
tree | 020e5b6c834b792aada4cd23cd2551a6b81c22dc /src/libjin/Math/Vector2.cpp | |
parent | 7281a70b1e38fc2bdfb2d4b6d8f7daf7ceedbd1a (diff) |
+bitmap
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 |