From 6d89d5db5140c04cc94bf4791a32a06a89e95b62 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 23 May 2022 19:47:25 +0200 Subject: refactor: improve input handling in game loop --- src/game/game.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/game.hpp') diff --git a/src/game/game.hpp b/src/game/game.hpp index 75fb165..0ffa1d6 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -41,4 +41,6 @@ private: int _gen_update_speed_millis; void _move_cursor(const Vector2 &direction) noexcept; + + void _insert_cell(const Vector2 &position, char cell) noexcept; }; -- cgit v1.2.3-18-g5258