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/mat4.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/math/mat4.hpp') diff --git a/src/math/mat4.hpp b/src/math/mat4.hpp index 77c865a..6a215d3 100644 --- a/src/math/mat4.hpp +++ b/src/math/mat4.hpp @@ -1,5 +1,5 @@ -#ifndef MATH_MAT4_H -#define MATH_MAT4_H +#ifndef MATH_MAT4_HPP +#define MATH_MAT4_HPP #include #include @@ -190,4 +190,4 @@ constexpr Matrix4 operator*(float fac, const Matrix4& m) { } -#endif // MATH_MAT4_H +#endif // MATH_MAT4_HPP -- cgit v1.2.3