summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-02-19 00:09:10 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-02-19 00:09:10 +0100
commitcf63e20e35c7e2265c8d31c406e2849557533716 (patch)
treefe4c76cb9e12eb7ec5a7513833c3fb733738afc1 /crawl-ref/source/spl-util.h
parentc181563f6b7f40262a0432cc05ffd8b2b082bc59 (diff)
downloadcrawl-ref-cf63e20e35c7e2265c8d31c406e2849557533716.tar.gz
crawl-ref-cf63e20e35c7e2265c8d31c406e2849557533716.zip
Tiles: casting with ctrl+click defaults to last spell if appropriate.
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 504346d73b..8431cf28e0 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -57,6 +57,7 @@ spschool_flag_type school_by_name(std::string name);
int get_spell_slot_by_letter(char letter);
int get_spell_slot(spell_type spell);
+int get_spell_letter(spell_type spell);
spell_type get_spell_by_letter(char letter);
bool add_spell_to_memory(spell_type spell);