summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
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 cd3d009b31..8ff8e4ceeb 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -117,4 +117,6 @@ bool spell_direction( dist &spelld, bolt &pbolt,
int spell_type2skill (unsigned int which_spelltype);
+spell_type zap_type_to_spell(zap_type zap);
+
#endif