record and replay several help dialogs

This commit is contained in:
2024-08-23 21:00:05 -05:00
committed by Celtic Minstrel
parent 9d31dd3589
commit 2513fc113b
3 changed files with 17 additions and 6 deletions

View File

@@ -52,5 +52,6 @@ void handle_get_items(bool& did_something, bool& need_redraw, bool& need_reprint
void handle_drop_item(short item_hit, bool& need_redraw);
void handle_drop_item(location destination, bool& need_redraw);
void handle_give_item(short item_hit, bool& did_something, bool& need_redraw);
void show_dialog_action(std::string xml_file);
#endif