From d5e5340c3926d1cf97f6cba151ffaecb20bfb35f Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 2 Aug 2006 12:54:15 +0000 Subject: Integrated travel patch as of 20060727 git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7 c06c8d41-db1a-0410-9941-cceddc491573 --- trunk/source/spl-book.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'trunk/source/spl-book.h') diff --git a/trunk/source/spl-book.h b/trunk/source/spl-book.h index 359f2c052c..d6aa2843bc 100644 --- a/trunk/source/spl-book.h +++ b/trunk/source/spl-book.h @@ -60,4 +60,9 @@ int staff_spell( int zap_device_2 ); bool undead_cannot_memorise(unsigned char spell, unsigned char being); +unsigned char spellbook_contents( item_def &book, int action, + formatted_string *fs = NULL ); + +int count_staff_spells(const item_def &item, bool need_id); + #endif -- cgit v1.2.3-54-g00ecf