diff options
Diffstat (limited to 'DefaultContent/Libraries/Framework/Math/Matrix44.lua')
-rw-r--r-- | DefaultContent/Libraries/Framework/Math/Matrix44.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/DefaultContent/Libraries/Framework/Math/Matrix44.lua b/DefaultContent/Libraries/Framework/Math/Matrix44.lua new file mode 100644 index 0000000..b572f74 --- /dev/null +++ b/DefaultContent/Libraries/Framework/Math/Matrix44.lua @@ -0,0 +1,7 @@ +local Matrix44 = {} + +Matrix44.New = function() + +end + +return Matrix44
\ No newline at end of file |