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/client/world/chunk_visibility.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/client/world/chunk_visibility.hh') diff --git a/game/client/world/chunk_visibility.hh b/game/client/world/chunk_visibility.hh index a57baa1..8d1f3cd 100644 --- a/game/client/world/chunk_visibility.hh +++ b/game/client/world/chunk_visibility.hh @@ -1,10 +1,6 @@ -#ifndef CLIENT_CHUNK_VISIBILITY_HH -#define CLIENT_CHUNK_VISIBILITY_HH 1 #pragma once namespace world::chunk_visibility { void update_late(void); } // namespace world::chunk_visibility - -#endif // CLIENT_CHUNK_VISIBILITY_HH -- cgit