summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zotdef.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-01 12:30:10 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-01 12:30:10 +0100
commit996f026a1be5ab06960b5f25bbc9c00c36e75ab1 (patch)
treed6ceb8272e12485f0314c91d9b7c4f26fd788ea0 /crawl-ref/source/zotdef.h
parent0be8ee0dcdb98c460a8947efe396e7a2bda927ea (diff)
downloadcrawl-ref-996f026a1be5ab06960b5f25bbc9c00c36e75ab1.tar.gz
crawl-ref-996f026a1be5ab06960b5f25bbc9c00c36e75ab1.zip
Evict a function to zotdef.cc
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 ab2b75bb0b..f5b79ef3c4 100644
--- a/crawl-ref/source/zotdef.h
+++ b/crawl-ref/source/zotdef.h
@@ -8,5 +8,6 @@ void zotdef_set_wave();
rune_type get_rune(int runenumber);
bool create_trap(trap_type spec_type);
bool create_zotdef_ally(monster_type mtyp, const char *successmsg);
+void zotdef_bosses_check();
#endif // ZOTDEF_H