record and replay toggling debug mode

This commit is contained in:
2024-08-27 15:23:19 -05:00
committed by Celtic Minstrel
parent 482b35d121
commit 9166e5b0e1
3 changed files with 18 additions and 8 deletions

View File

@@ -70,5 +70,6 @@ void handle_bash_pick(location destination, bool& did_something, bool& need_redr
void handle_use_space_select(bool& need_reprint);
void handle_use_space(location destination, bool& did_something, bool& need_redraw);
void show_inventory();
void toggle_debug_mode();
#endif