summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-29 16:55:20 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-29 16:55:20 +0000
commit2b2a5958399c551e7643237bc6b519d299bad164 (patch)
tree645554f77a7f23369028f7ba46eb7c71d07a3160 /crawl-ref/source/spl-cast.h
parentcf277d8cb8c333532b3db63855ef003553e412f5 (diff)
downloadcrawl-ref-2b2a5958399c551e7643237bc6b519d299bad164.tar.gz
crawl-ref-2b2a5958399c551e7643237bc6b519d299bad164.zip
Implemented 1715578: pressing '!' in the Z? screen toggles between
showing schools/success and hunger/power. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1693 c06c8d41-db1a-0410-9941-cceddc491573
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