aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/math/quad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/math/quad.h')
-rw-r--r--src/libjin/math/quad.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libjin/math/quad.h b/src/libjin/math/quad.h
deleted file mode 100644
index 6eb4f45..0000000
--- a/src/libjin/math/quad.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __LIBJIN_QUAD_H
-#define __LIBJIN_QUAD_H
-
-namespace jin
-{
- namespace math
- {
-
- struct Quad
- {
- float x, y, w, h;
- };
-
- } // namespace math
-} // namespace jin
-
-#endif \ No newline at end of file