summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 6fe7b5ee13..6d7a94c7a8 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -52,5 +52,6 @@ bool miscast_effect( unsigned int sp_type, int mag_pow, int mag_fail,
const char* failure_rate_to_string( int fail );
const char* spell_power_string( spell_type spell );
+const char* spell_hunger_string( spell_type spell );
#endif