record and replay begin talk mode

This commit is contained in:
2024-08-27 20:56:22 -05:00
committed by Celtic Minstrel
parent 556e5786bb
commit 17070a5db6
3 changed files with 7 additions and 1 deletions

View File

@@ -92,5 +92,6 @@ void debug_heal();
void handle_print_pc_hp(int which_pc);
void handle_print_pc_sp(int which_pc);
void handle_trade_places(int which_pc);
void handle_begin_talk(bool& need_reprint);
#endif