diff options
Diffstat (limited to 'Runtime/Math/Vector4.cpp')
-rw-r--r-- | Runtime/Math/Vector4.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Runtime/Math/Vector4.cpp b/Runtime/Math/Vector4.cpp deleted file mode 100644 index 1d392b7..0000000 --- a/Runtime/Math/Vector4.cpp +++ /dev/null @@ -1,4 +0,0 @@ -#include "Vector4.h" - -Internal::Vector4 Internal::Vector4::one = Internal::Vector4(1, 1, 1, 1); -Internal::Vector4 Internal::Vector4::zero = Internal::Vector4(0, 0, 0, 0); |