record and replay renaming PCs

This commit is contained in:
2024-08-24 12:59:57 -05:00
committed by Celtic Minstrel
parent ad9ad3dc3c
commit 4834d9b135
3 changed files with 15 additions and 6 deletions

View File

@@ -56,5 +56,6 @@ 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);
void handle_new_pc_graphic();
void handle_rename_pc();
#endif