From c6e180ed8ba897620327938dc19f6ee792860fd4 Mon Sep 17 00:00:00 2001 From: vimene Date: Mon, 12 Jan 2026 22:30:16 +0100 Subject: fixed wrong header guard --- src/math/vector.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/math/vector.hpp') 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 #include "math/quat.hpp" @@ -233,4 +233,4 @@ constexpr Vector4 operator/(const Vector4& other, float n) { } -#endif // MATH_VECTOR_H +#endif // MATH_VECTOR_HPP -- cgit v1.2.3