From cbd823aa2154a956e7da4319eecbf7afc10441ae Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:47:37 +0500 Subject: Remove include guards --- game/shared/const.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/shared/const.hh') diff --git a/game/shared/const.hh b/game/shared/const.hh index 0755848..187962a 100644 --- a/game/shared/const.hh +++ b/game/shared/const.hh @@ -1,5 +1,3 @@ -#ifndef SHARED_CONST_HH -#define SHARED_CONST_HH 1 #pragma once #include "core/math/constexpr.hh" @@ -43,5 +41,3 @@ constexpr static glm::vec<2, T> ZERO_VEC2 = glm::vec<2, T>(0, 0); template constexpr static glm::vec<3, T> ZERO_VEC3 = glm::vec<3, T>(0, 0, 0); - -#endif // SHARED_CONST_HH -- cgit