From dc6222611ad14a33f642396558ba84ecba9d6605 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 14 Mar 2022 18:02:18 +0100 Subject: perf: add noexcept almost everywhere --- src/input_actions.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/input_actions.hpp') diff --git a/src/input_actions.hpp b/src/input_actions.hpp index 224c280..b9c33c1 100644 --- a/src/input_actions.hpp +++ b/src/input_actions.hpp @@ -12,11 +12,11 @@ namespace InputActions { +void exit_success() noexcept; + 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(); + const std::shared_ptr &window) noexcept; } // namespace InputActions -- cgit v1.2.3-18-g5258