record and replay changing PC graphic

This commit is contained in:
2024-08-24 11:57:30 -05:00
committed by Celtic Minstrel
parent 99565b5cef
commit f597bbc298
3 changed files with 14 additions and 5 deletions

View File

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