summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-04 09:52:16 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-04 09:52:16 +0000
commit3814e798895a3c0349ad99d7eb697d290dcea03f (patch)
tree4b1b42cf2ca674cb7eb9c2e8f9d91490852ec5d5 /crawl-ref/source/religion.h
parentf9ab2388128a21ff2f6cea0b4e82535af5a0f964 (diff)
downloadcrawl-ref-3814e798895a3c0349ad99d7eb697d290dcea03f.tar.gz
crawl-ref-3814e798895a3c0349ad99d7eb697d290dcea03f.zip
Some more code refactoring in god messages.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1214 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 0a8d565cca..5272a1383e 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -28,7 +28,8 @@ void gain_piety(char pgn);
void god_speaks( int god, const char *mesg );
void lose_piety(char pgn);
void offer_corpse(int corpse);
-void pray(void);
+std::string god_prayer_reaction();
+void pray();
void handle_god_time(void);
char god_colour(char god);
void god_pitch(unsigned char which_god);