diff options
Diffstat (limited to 'src/math/quat.hpp')
| -rw-r--r-- | src/math/quat.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/math/quat.hpp b/src/math/quat.hpp index 271070a..51392e7 100644 --- a/src/math/quat.hpp +++ b/src/math/quat.hpp @@ -1,5 +1,5 @@ -#ifndef MATH_QUAT_H -#define MATH_QUAT_H +#ifndef MATH_QUAT_HPP +#define MATH_QUAT_HPP #include <cmath> @@ -75,4 +75,4 @@ struct Quaternion { } -#endif // MATH_QUAT_H +#endif // MATH_QUAT_HPP |
