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, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h
index 4ccdc37f93..d156f7e977 100644
--- a/crawl-ref/source/spl-book.h
+++ b/crawl-ref/source/spl-book.h
@@ -13,6 +13,9 @@
#include "externs.h"
#include "FixVec.h"
+#define SPELLBOOK_SIZE 8
+#define SPELL_LIST_KEY "spell_list"
+
class formatted_string;
enum read_book_action_type
@@ -29,6 +32,7 @@ enum read_book_action_type
int book_rarity(unsigned char which_book);
+bool is_valid_spell_in_book( const item_def &book, int spell );
bool is_valid_spell_in_book( int splbook, int spell );
@@ -49,6 +53,7 @@ bool learn_spell(int book = -1);
bool player_can_read_spellbook( const item_def &book );
+spell_type which_spell_in_book(const item_def &book, int spl);
spell_type which_spell_in_book(int sbook_type, int spl);
// returns amount practised (or -1 for abort)