record and replay lockpick/bash commands

This commit is contained in:
2024-08-26 22:05:47 -05:00
committed by Celtic Minstrel
parent 28d9af4f25
commit 3bcfbc9f34
3 changed files with 39 additions and 2 deletions

View File

@@ -65,5 +65,7 @@ void handle_rest(bool& need_redraw, bool& need_reprint);
void handle_spellcast(eSkill which_type, bool& did_something, bool& need_redraw, bool& need_reprint, bool record = true);
void handle_target_space(location destination, bool& did_something, bool& need_redraw, bool& need_reprint);
void handle_pause(bool& did_something, bool& need_redraw);
void handle_bash_pick_select(bool& need_reprint, bool isBash);
void handle_bash_pick(location destination, bool& did_something, bool& need_redraw, bool isBash);
#endif