From cbd823aa2154a956e7da4319eecbf7afc10441ae Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:47:37 +0500 Subject: Remove include guards --- core/math/angles.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/math/angles.hh') 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 -- cgit