record and replay debug printing location

This commit is contained in:
2024-08-27 15:37:59 -05:00
committed by Celtic Minstrel
parent 1a0dcb2b37
commit 46f930c353
3 changed files with 26 additions and 16 deletions

View File

@@ -72,5 +72,6 @@ void handle_use_space(location destination, bool& did_something, bool& need_redr
void show_inventory();
void toggle_debug_mode();
void debug_give_item();
void debug_print_location();
#endif