aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/Math/math.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/Math/math.hpp')
-rw-r--r--include/YAGE/Math/math.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/YAGE/Math/math.hpp b/include/YAGE/Math/math.hpp
new file mode 100644
index 00000000..201bf3cb
--- /dev/null
+++ b/include/YAGE/Math/math.hpp
@@ -0,0 +1,6 @@
+#ifndef YAGE_MATH_HPP
+#define YAGE_MATH_HPP
+
+#include "matrix.hpp"
+
+#endif