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