summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zotdef.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-08 14:52:22 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-08 15:11:06 +0100
commit86c9707e4a3cc64b5242472a502ac065c3a7cc99 (patch)
treeace6c12030d95a113492381d73a59a9e9b57a288 /crawl-ref/source/zotdef.h
parent683e4db797fae3d2253c4808be279343a7d159bf (diff)
downloadcrawl-ref-86c9707e4a3cc64b5242472a502ac065c3a7cc99.tar.gz
crawl-ref-86c9707e4a3cc64b5242472a502ac065c3a7cc99.zip
Dump the ZotDef wave's table during a crash.
Diffstat (limited to 'crawl-ref/source/zotdef.h')
-rw-r--r--crawl-ref/source/zotdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/zotdef.h b/crawl-ref/source/zotdef.h
index a98a203f3d..5306fcd41e 100644
--- a/crawl-ref/source/zotdef.h
+++ b/crawl-ref/source/zotdef.h
@@ -10,5 +10,6 @@ bool create_zotdef_ally(monster_type mtyp, const char *successmsg);
void zotdef_bosses_check();
void debug_waves();
+std::string zotdef_debug_wave_desc();
#endif // ZOTDEF_H