diff options
Diffstat (limited to 'source/modules/asura-utils/math/rect.hpp')
-rw-r--r-- | source/modules/asura-utils/math/rect.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/modules/asura-utils/math/rect.hpp b/source/modules/asura-utils/math/rect.hpp index 1751634..282b606 100644 --- a/source/modules/asura-utils/math/rect.hpp +++ b/source/modules/asura-utils/math/rect.hpp @@ -11,7 +11,8 @@ namespace AsuraEngine { public: Rect(); - ~Rect(T x, T y, T w, T h); + Rect(T x, T y, T w, T h); + ~Rect(); /// /// x,yǷrectڡ |