aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/math/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/math/math.h')
-rw-r--r--src/libjin/math/math.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libjin/math/math.h b/src/libjin/math/math.h
new file mode 100644
index 0000000..fdf1725
--- /dev/null
+++ b/src/libjin/math/math.h
@@ -0,0 +1,11 @@
+#ifndef __JIN_UTILS_MATH_H
+#define __JIN_UTILS_MATH_H
+
+#include <math.h>
+
+#include "constant.h"
+#include "matrix.h"
+#include "quad.h"
+#include "rect.h"
+
+#endif \ No newline at end of file