summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-29 22:41:14 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-29 22:41:14 +0000
commit2540d1003bb76a86c1c068f5834b04673ffd6f30 (patch)
treeadfa4721430aeebb307b3e36bd81d94f9e403b72 /crawl-ref/source/spl-cast.h
parent2b2a5958399c551e7643237bc6b519d299bad164 (diff)
downloadcrawl-ref-2540d1003bb76a86c1c068f5834b04673ffd6f30.tar.gz
crawl-ref-2540d1003bb76a86c1c068f5834b04673ffd6f30.zip
Added a spell inspection screen, bound to 'I'.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1694 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 6d7a94c7a8..650a221f27 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -35,6 +35,8 @@ void exercise_spell( spell_type spell_ex, bool spc, bool divide );
* *********************************************************************** */
bool cast_a_spell( void );
+void inspect_spells();
+
// last updaetd 12may2000 {dlb}
/* ***********************************************************************