aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Math/Vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Math/Vector.h')
-rw-r--r--src/libjin/Math/Vector.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/libjin/Math/Vector.h b/src/libjin/Math/Vector.h
deleted file mode 100644
index 0fbdc87..0000000
--- a/src/libjin/Math/Vector.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef __JIN_VECTOR_H
-#define __JIN_VECTOR_H
-
-namespace jin
-{
-namespace math
-{
-
- class Vector2
- {
- public:
- Vector2();
- Vector2(float _x, float _y);
- Vector2(const Vector2& v);
-
- float x;
- float y;
-
- };
-
-} // math
-} // jin
-
-#endif \ No newline at end of file