diff options
Diffstat (limited to 'include/mm/mm.hpp')
-rw-r--r-- | include/mm/mm.hpp | 11 |
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" |