aboutsummaryrefslogtreecommitdiff
path: root/src/input_actions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_actions.hpp')
-rw-r--r--src/input_actions.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_actions.hpp b/src/input_actions.hpp
index 8283d78..224c280 100644
--- a/src/input_actions.hpp
+++ b/src/input_actions.hpp
@@ -14,6 +14,7 @@ namespace InputActions
Callback move_cursor(const Vector2 &direction,
const std::shared_ptr<ICursorController> &cursor_controller,
+ const std::shared_ptr<IScene> &scene,
const std::shared_ptr<IWindow> &window);
void exit_success();