From d35db57d457132dd9d83fa2bd51491b148530655 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 17 Oct 2021 11:14:00 +0800 Subject: *GUI --- DefaultContent/Libraries/Framework/Math/Matrix44.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 DefaultContent/Libraries/Framework/Math/Matrix44.lua (limited to 'DefaultContent/Libraries/Framework/Math/Matrix44.lua') 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 -- cgit v1.1-26-g67d0