aboutsummaryrefslogtreecommitdiff
path: root/src/math/mat4.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/mat4.hpp')
-rw-r--r--src/math/mat4.hpp6
1 files changed, 3 insertions, 3 deletions
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 <array>
#include <cmath>
@@ -190,4 +190,4 @@ constexpr Matrix4 operator*(float fac, const Matrix4& m) {
}
-#endif // MATH_MAT4_H
+#endif // MATH_MAT4_HPP