#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"