From 3814e798895a3c0349ad99d7eb697d290dcea03f Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 4 Apr 2007 09:52:16 +0000 Subject: 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 --- crawl-ref/source/religion.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/religion.h') 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); -- cgit v1.2.3-54-g00ecf