aboutsummaryrefslogtreecommitdiff
path: root/src/game/input_configurator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/input_configurator.hpp')
-rw-r--r--src/game/input_configurator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/input_configurator.hpp b/src/game/input_configurator.hpp
index 3846d50..8e5b9bf 100644
--- a/src/game/input_configurator.hpp
+++ b/src/game/input_configurator.hpp
@@ -13,7 +13,7 @@
namespace InputActions
{
-auto move_cursor(const Vector2 &direction, const CursorController &cursor_controller);
+auto move_cursor(const Vector2 &direction, CursorController &cursor_controller);
void exit_success();