summaryrefslogtreecommitdiffstats
path: root/core/math/angles.hh
diff options
context:
space:
mode:
Diffstat (limited to 'core/math/angles.hh')
-rw-r--r--core/math/angles.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/math/angles.hh b/core/math/angles.hh
index 868160b..174f320 100644
--- a/core/math/angles.hh
+++ b/core/math/angles.hh
@@ -1,5 +1,3 @@
-#ifndef CORE_MATH_ANGLES_HH
-#define CORE_MATH_ANGLES_HH 1
#pragma once
#include "core/math/constexpr.hh"
@@ -103,5 +101,3 @@ inline void math::vectors(const glm::fvec3& angles, glm::fvec3* forward, glm::fv
up->z = nsv.x * ncv.y * pcv.z + psv.y * psv.z;
}
}
-
-#endif // CORE_MATH_ANGLES_HH