summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-book.h')
-rw-r--r--crawl-ref/source/spl-book.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h
index 3a05756785..ae57a4ebe1 100644
--- a/crawl-ref/source/spl-book.h
+++ b/crawl-ref/source/spl-book.h
@@ -78,4 +78,7 @@ bool make_book_theme_randart(item_def &book,
void make_book_Roxanne_special(item_def *book);
bool book_has_title(const item_def &book);
+
+bool is_dangerous_spellbook(const item_def &book);
+bool is_dangerous_spellbook(const int book_type);
#endif