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/player_target.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/client/world/player_target.hh') diff --git a/game/client/world/player_target.hh b/game/client/world/player_target.hh index 33d90fb..f137a1b 100644 --- a/game/client/world/player_target.hh +++ b/game/client/world/player_target.hh @@ -1,5 +1,3 @@ -#ifndef CLIENT_PLAYER_TARGET_HH -#define CLIENT_PLAYER_TARGET_HH 1 #pragma once #include "shared/world/voxel_registry.hh" @@ -18,5 +16,3 @@ void init(void); void update(void); void render(void); } // namespace world::player_target - -#endif // CLIENT_PLAYER_TARGET_HH -- cgit