From c988905add09cf8baf46dc61279528f6f39f7a1a Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 10 Mar 2022 20:16:14 +0100 Subject: feat: add status bar --- src/input_actions.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input_actions.hpp') 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 &cursor_controller, + const std::shared_ptr &scene, const std::shared_ptr &window); void exit_success(); -- cgit v1.2.3-18-g5258