summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-30 14:02:12 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-30 14:02:12 -0500
commitb2bd008c7bb1b47b189561411e625f3daf2c644d (patch)
tree66fa1bef046047d5883b75d15e2636a590dec687 /crawl-ref/source/spl-util.h
parentc6ecb32c7fe5bc9b25d7cfae0d08ade76628561f (diff)
parent088bde53337992e16d041865ed3f29a251c5c55b (diff)
downloadcrawl-ref-b2bd008c7bb1b47b189561411e625f3daf2c644d.tar.gz
crawl-ref-b2bd008c7bb1b47b189561411e625f3daf2c644d.zip
Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-ref/crawl-ref
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 38d022f946..2208be3bf9 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -123,4 +123,6 @@ const char *spelltype_name(unsigned int which_spelltype);
int spell_type2skill (unsigned int which_spelltype);
int spell_skill2type (unsigned int which_skill);
+bool vehumet_supports_spell(spell_type spell);
+
#endif