diff options
Diffstat (limited to 'src/math/vector.hpp')
| -rw-r--r-- | src/math/vector.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/math/vector.hpp b/src/math/vector.hpp index a0e58e1..e836e0d 100644 --- a/src/math/vector.hpp +++ b/src/math/vector.hpp @@ -1,5 +1,5 @@ -#ifndef MATH_VECTOR_H -#define MATH_VECTOR_H +#ifndef MATH_VECTOR_HPP +#define MATH_VECTOR_HPP #include <cmath> #include "math/quat.hpp" @@ -233,4 +233,4 @@ constexpr Vector4 operator/(const Vector4& other, float n) { } -#endif // MATH_VECTOR_H +#endif // MATH_VECTOR_HPP |
