aboutsummaryrefslogtreecommitdiffstats
path: root/yage/math/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/math/math.h')
-rw-r--r--yage/math/math.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/yage/math/math.h b/yage/math/math.h
new file mode 100644
index 00000000..b729dbe6
--- /dev/null
+++ b/yage/math/math.h
@@ -0,0 +1,14 @@
+/* ----------------------------------------------------------------------------
+ * math.h
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+ * See file LICENSE for more details
+ * ----------------------------------------------------------------------------
+ */
+
+#ifndef YAGE_MATH_H
+#define YAGE_MATH_H
+
+#include "matrix.h"
+
+#endif