Debug action: Preview every dialog layout

This commit is contained in:
2025-02-15 14:33:09 -06:00
committed by Celtic Minstrel
parent ea69bea57e
commit 7383b39e69
6 changed files with 53 additions and 4 deletions

View File

@@ -115,5 +115,7 @@ void close_map(bool record = false);
void cancel_item_target(bool& did_something, bool& need_redraw, bool& need_reprint);
void update_item_stats_area(bool& need_reprint);
void easter_egg(int idx);
void preview_dialog_xml();
void preview_every_dialog_xml();
#endif