diff options
Diffstat (limited to 'include/mm.hpp')
-rw-r--r-- | include/mm.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/mm.hpp b/include/mm.hpp deleted file mode 100644 index 7e9f02b..0000000 --- a/include/mm.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#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" |