diff options
Diffstat (limited to 'src/libjin/math/rect.h')
-rw-r--r-- | src/libjin/math/rect.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/libjin/math/rect.h b/src/libjin/math/rect.h deleted file mode 100644 index 79c1df2..0000000 --- a/src/libjin/math/rect.h +++ /dev/null @@ -1,15 +0,0 @@ -#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 |