aboutsummaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 09a9ee0..e69ce46 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -83,6 +83,9 @@ private:
Mode _current_mode;
+ CursorStyle _normal_mode_cursor_style;
+ CursorStyle _command_mode_cursor_style;
+
int32_t _minimum_cursor_pos_y;
std::optional<Vector2> _last_pos_before_command_mode;