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/Rect.hpp | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 Source/Asura.Engine/Math/Rect.hpp (limited to 'Source/Asura.Engine/Math/Rect.hpp') diff --git a/Source/Asura.Engine/Math/Rect.hpp b/Source/Asura.Engine/Math/Rect.hpp deleted file mode 100644 index f635007..0000000 --- a/Source/Asura.Engine/Math/Rect.hpp +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef __ASURA_ENGINE_RECT_H__ -#define __ASURA_ENGINE_RECT_H__ - -namespace AsuraEngine -{ - namespace Math - { - - template - struct Rect - { - public: - Rect(); - ~Rect(T x, T y, T w, T h); - - template - explicit Rect(const Rect& rect); - - T x, y, w, h; - }; - -#include "Rect.inl" - - // Define the most common types - typedef Rect Recti; - typedef Rect Rectu; - typedef Rect Rectf; - - } -} - -#endif \ No newline at end of file -- cgit v1.1-26-g67d0