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/entity/player_move.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'game/client/entity/player_move.hh') diff --git a/game/client/entity/player_move.hh b/game/client/entity/player_move.hh index aa221f3..8c033cc 100644 --- a/game/client/entity/player_move.hh +++ b/game/client/entity/player_move.hh @@ -1,5 +1,3 @@ -#ifndef CLIENT_PLAYER_MOVE_HH -#define CLIENT_PLAYER_MOVE_HH 1 #pragma once constexpr static float PMOVE_MAX_SPEED_AIR = 16.0f; @@ -15,5 +13,3 @@ void init(void); void fixed_update(void); void update_late(void); } // namespace entity::player_move - -#endif // CLIENT_PLAYER_MOVE_HH -- cgit