summaryrefslogtreecommitdiff
path: root/Runtime/Math/Vector2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Math/Vector2.cpp')
-rw-r--r--Runtime/Math/Vector2.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Runtime/Math/Vector2.cpp b/Runtime/Math/Vector2.cpp
deleted file mode 100644
index 185e66f..0000000
--- a/Runtime/Math/Vector2.cpp
+++ /dev/null
@@ -1,4 +0,0 @@
-#include "Vector2.h"
-
-Internal::Vector2 Internal::Vector2::one = Internal::Vector2(1, 1);
-Internal::Vector2 Internal::Vector2::zero = Internal::Vector2(0, 0);