summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-11 17:36:10 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-11 17:36:10 +0000
commit605ad1a626360b651b73805372bf74453a6f2410 (patch)
tree2646e8daf9d0dd14a16eaf9efefd55975c56f79c /crawl-ref/source/spl-cast.h
parent914104c2b2d2600c415caa321690708317a4db6c (diff)
downloadcrawl-ref-605ad1a626360b651b73805372bf74453a6f2410.tar.gz
crawl-ref-605ad1a626360b651b73805372bf74453a6f2410.zip
More streamlining, this time of code which shows power and spell failure.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@616 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index b5e97d8b38..30f5a49c2e 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -47,5 +47,7 @@ int your_spells( int spc2, int powc = 0, bool allow_fail = true );
bool miscast_effect( unsigned int sp_type, int mag_pow, int mag_fail,
int force_effect, const char *cause = NULL );
+const char* failure_rate_to_string( int fail );
+const char* spell_power_to_string( int power );
#endif