summaryrefslogtreecommitdiffstats
path: root/game/client/entity/player_move.cc
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/entity/player_move.cc')
-rw-r--r--game/client/entity/player_move.cc7
1 files changed, 7 insertions, 0 deletions
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"