diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-10 20:16:14 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:55 +0200 |
commit | c988905add09cf8baf46dc61279528f6f39f7a1a (patch) | |
tree | 0c53a36569875f8d4c6e53392876e10fa695c35e /src/input_actions.hpp | |
parent | 38f14606c78c119d452f302f17329455e29a9a6f (diff) |
feat: add status bar
Diffstat (limited to 'src/input_actions.hpp')
-rw-r--r-- | src/input_actions.hpp | 1 |
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(); |