summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-02 15:12:17 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-02 15:19:55 +0100
commit51cf88caa650b02c4f09db655575da220c096714 (patch)
treebd83ef739534159fd32e7a12100f990561aebfda /crawl-ref/source/spl-util.h
parentb69664f23318a984ad3ecd3d4b3786b4f517abba (diff)
parent709837c551e59163e69bdf6f51ff62e6a139416c (diff)
downloadcrawl-ref-51cf88caa650b02c4f09db655575da220c096714.tar.gz
crawl-ref-51cf88caa650b02c4f09db655575da220c096714.zip
Merge branch 'master' into ench-split
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 516d800c4f..2fe685badb 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -56,6 +56,7 @@ spell_type spell_by_name(std::string name, bool partial_match = false);
spschool_flag_type school_by_name(std::string name);
int get_spell_slot_by_letter(char letter);
+int get_spell_slot(spell_type spell);
spell_type get_spell_by_letter(char letter);
bool add_spell_to_memory(spell_type spell);