summaryrefslogtreecommitdiff
path: root/Runtime/Math/Vector3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Math/Vector3.cpp')
-rw-r--r--Runtime/Math/Vector3.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Runtime/Math/Vector3.cpp b/Runtime/Math/Vector3.cpp
index 8b13789..13bc9fd 100644
--- a/Runtime/Math/Vector3.cpp
+++ b/Runtime/Math/Vector3.cpp
@@ -1 +1,4 @@
+#include "Vector3.h"
+Internal::Vector3 Internal::Vector3::one = Internal::Vector3(1, 1, 1);
+Internal::Vector3 Internal::Vector3::zero = Internal::Vector3(0, 0, 0);