diff options
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r-- | src/game/game.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp index a35c0ce..4d83fe5 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -79,6 +79,8 @@ private: Mode _current_mode; + int32_t _minimum_cursor_pos_y; + std::optional<Vector2> _last_pos_before_command_mode; std::string _command_mode_input; |