record and replay showing item info

This commit is contained in:
2024-08-31 14:33:39 -05:00
committed by Celtic Minstrel
parent 69dc482997
commit 1cc3ca8c5c
3 changed files with 15 additions and 5 deletions

View File

@@ -95,5 +95,6 @@ void handle_trade_places(int which_pc);
void handle_begin_talk(bool& need_reprint);
void handle_talk(location destination, bool& did_something, bool& need_redraw, bool& need_reprint);
void give_help_and_record(short help1, short help2);
void show_item_info(short item_hit);
#endif