summaryrefslogtreecommitdiff
path: root/source/modules/asura-utils/math/rect.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-utils/math/rect.hpp')
-rw-r--r--source/modules/asura-utils/math/rect.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/modules/asura-utils/math/rect.hpp b/source/modules/asura-utils/math/rect.hpp
index 15981c2..010a5db 100644
--- a/source/modules/asura-utils/math/rect.hpp
+++ b/source/modules/asura-utils/math/rect.hpp
@@ -29,6 +29,8 @@ namespace AsuraEngine
///
static bool Intersect(const Rect<T>& src1, const Rect<T>& src2, Rect<T>& intersection);
+ void Set(T x, T y, T w, T h);
+
T x, y, w, h;
};