summaryrefslogtreecommitdiffstats
path: root/include/mm/mm.hpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-06-22 16:27:03 +0200
committerNao Pross <naopross@thearcway.org>2019-06-22 16:27:03 +0200
commit90fa45bb9f430decea00e22ddafdd351048e57ba (patch)
treed1033f9a12270fbd99ecfee6a4e8f80dc7ba7591 /include/mm/mm.hpp
parentMake childs inherit all basic_vec constructors with lang syntax (diff)
downloadlibmm-90fa45bb9f430decea00e22ddafdd351048e57ba.tar.gz
libmm-90fa45bb9f430decea00e22ddafdd351048e57ba.zip
Update CMakeLists and structure under include
Diffstat (limited to 'include/mm/mm.hpp')
-rw-r--r--include/mm/mm.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/mm/mm.hpp b/include/mm/mm.hpp
new file mode 100644
index 0000000..7e9f02b
--- /dev/null
+++ b/include/mm/mm.hpp
@@ -0,0 +1,11 @@
+#pragma once
+
+/* MiniMath
+ * A mathematical vector library that (ab)uses modern C++ abstraction features.
+ * This header includes the entire library.
+ *
+ * Warning: having (ab)used a lot of templated code it is not recommended to
+ * include everything as it may slow down the compiler.
+ */
+
+#include "mm/mmvec.hpp"