From b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:45:26 +0500 Subject: Revise style: split include groups --- game/client/entity/player_move.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'game/client/entity/player_move.cc') diff --git a/game/client/entity/player_move.cc b/game/client/entity/player_move.cc index 4b40efb..fb49754 100644 --- a/game/client/entity/player_move.cc +++ b/game/client/entity/player_move.cc @@ -4,7 +4,9 @@ #include "core/config/boolean.hh" #include "core/config/number.hh" + #include "core/io/config_map.hh" + #include "core/math/angles.hh" #include "core/math/constexpr.hh" @@ -12,16 +14,21 @@ #include "shared/entity/head.hh" #include "shared/entity/transform.hh" #include "shared/entity/velocity.hh" + #include "shared/world/dimension.hh" #include "client/config/gamepad_axis.hh" #include "client/config/gamepad_button.hh" #include "client/config/keybind.hh" + #include "client/gui/gui_screen.hh" #include "client/gui/settings.hh" #include "client/gui/status_lines.hh" + #include "client/io/gamepad.hh" + #include "client/sound/sound.hh" + #include "client/world/voxel_sounds.hh" #include "client/const.hh" -- cgit