From 1497dccd63a84b7ee2b229b1ad9c5c02718f2a78 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 19 Mar 2019 23:06:27 +0800 Subject: *rename --- Source/Asura.Engine/Math/Matrix44.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Source/Asura.Engine/Math/Matrix44.h (limited to 'Source/Asura.Engine/Math/Matrix44.h') diff --git a/Source/Asura.Engine/Math/Matrix44.h b/Source/Asura.Engine/Math/Matrix44.h deleted file mode 100644 index 4ab3c0b..0000000 --- a/Source/Asura.Engine/Math/Matrix44.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef __ASURA_ENGINE_MATRIX44_H__ -#define __ASURA_ENGINE_MATRIX44_H__ - -namespace AsuraEngine -{ - namespace Math - { - - /// - /// 4x4¾ØÕó - /// - class Matrix44 - { - public: - - private: - - - }; - - } -} - -#endif \ No newline at end of file -- cgit v1.1-26-g67d0