From 51ba9cb2a6b0b9395a2912eadeb954c95e4c1d3c Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 20 May 2018 23:37:11 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/math/rect.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/libjin/math/rect.h (limited to 'src/libjin/math/rect.h') diff --git a/src/libjin/math/rect.h b/src/libjin/math/rect.h new file mode 100644 index 0000000..79c1df2 --- /dev/null +++ b/src/libjin/math/rect.h @@ -0,0 +1,15 @@ +#ifndef __JIN_RECT_H +#define __JIN_RECT_H + +namespace jin +{ +namespace math +{ + class Rect + { + public: + int x, y, w, h; + }; +} +} +#endif \ No newline at end of file -- cgit v1.1-26-g67d0