aboutsummaryrefslogtreecommitdiff
path: root/src/math/tform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/tform.hpp')
-rw-r--r--src/math/tform.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/math/tform.hpp b/src/math/tform.hpp
index d47e0ad..03fc0bb 100644
--- a/src/math/tform.hpp
+++ b/src/math/tform.hpp
@@ -1,5 +1,5 @@
-#ifndef MATH_TFORM_H
-#define MATH_TFORM_H
+#ifndef MATH_TFORM_HPP
+#define MATH_TFORM_HPP
#include <array>
#include "math/vector.hpp"
@@ -46,4 +46,4 @@ class Transform {
}
-#endif // MATH_TFORM_H
+#endif // MATH_TFORM_HPP