Echo Writes Code

math.hpp

1
2
3
4
5
6
7
8
#ifndef CRUCIBLE_MATH_HPP
#define CRUCIBLE_MATH_HPP

#include "crucible/math/linear_algebra.hpp"

#include "crucible/math/linear_algebra.inl"

#endif // CRUCIBLE_MATH_HPP