summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-01-20 16:50:22 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-01-20 16:50:22 +0000
commitd67fa0f8d4932d2f89d943358a0481117e960181 (patch)
tree5f2b5f033cefa6ec5ebb45a8d8702e8bc37312c1 /crawl-ref/source/spl-book.h
parentd48edd72c0b6a02df44e51de3f8f777e23d62532 (diff)
parentba7d4b7e00b62146a6ee2a2addbb6033ae714127 (diff)
downloadcrawl-ref-d67fa0f8d4932d2f89d943358a0481117e960181.tar.gz
crawl-ref-d67fa0f8d4932d2f89d943358a0481117e960181.zip
Merge branch 'vehumet'
Diffstat (limited to 'crawl-ref/source/spl-book.h')
-rw-r--r--crawl-ref/source/spl-book.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h
index d95561c81b..664dad328b 100644
--- a/crawl-ref/source/spl-book.h
+++ b/crawl-ref/source/spl-book.h
@@ -22,6 +22,7 @@ enum read_book_action_type
int book_rarity(uint8_t which_book);
int spell_rarity(spell_type which_spell);
void init_spell_rarities();
+bool is_player_spell(spell_type which_spell);
void mark_had_book(const item_def &book);
void mark_had_book(int booktype);