record and replay looking

This commit is contained in:
2024-08-26 19:36:57 -05:00
committed by Celtic Minstrel
parent 27c229c8d9
commit bffffc10a0
3 changed files with 55 additions and 23 deletions

View File

@@ -59,5 +59,6 @@ void show_dialog_action(std::string xml_file);
void handle_new_pc_graphic();
void handle_rename_pc();
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);
#endif