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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h
index b43aeddf53..e48ea6fe09 100644
--- a/crawl-ref/source/spl-book.h
+++ b/crawl-ref/source/spl-book.h
@@ -73,7 +73,10 @@ bool make_book_level_randart(item_def &book, int level = -1,
int num_spells = -1);
bool make_book_theme_randart(item_def &book,
int disc1 = 0, int disc2 = 0,
- int num_spells = -1, int max_levels = -1);
+ int num_spells = -1, int max_levels = -1,
+ spell_type incl_spell = SPELL_NO_SPELL,
+ std::string owner = "");
+void make_book_Roxanne_special(item_def *book);
bool book_has_title(const item_def &book);
#endif