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/math.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/libjin/math/math.h (limited to 'src/libjin/math/math.h') 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 + +#include "constant.h" +#include "matrix.h" +#include "quad.h" +#include "rect.h" + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0