diff options
Diffstat (limited to 'Runtime/Math/Matrix44.cpp')
-rw-r--r-- | Runtime/Math/Matrix44.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Runtime/Math/Matrix44.cpp b/Runtime/Math/Matrix44.cpp index e69de29..5b72342 100644 --- a/Runtime/Math/Matrix44.cpp +++ b/Runtime/Math/Matrix44.cpp @@ -0,0 +1,4 @@ +#include "Matrix44.h"
+
+
+Internal::Matrix44 Internal::Matrix44::identity;
\ No newline at end of file |