record and replay spellcasting

This commit is contained in:
2024-08-26 20:36:48 -05:00
committed by Celtic Minstrel
parent b5fa2db5fd
commit 532a1e3236
3 changed files with 33 additions and 3 deletions

View File

@@ -62,5 +62,7 @@ void handle_begin_look(bool right_button, bool& need_redraw);
void handle_look(location destination, bool right_button, eKeyMod mods, bool& need_redraw, bool& need_reprint);
void screen_shift(int dx, int dy, bool& need_redraw);
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);
#endif