summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-07 19:55:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-07 19:55:50 +0000
commite426b1b518bd6fded95d320aa188ed564861877f (patch)
tree0d5f81bea93705d7d7420e81e4210d43b8800b7d /crawl-ref/source/religion.h
parent172890e12641f850a171ff0e4206f6bca5e50e34 (diff)
downloadcrawl-ref-e426b1b518bd6fded95d320aa188ed564861877f.tar.gz
crawl-ref-e426b1b518bd6fded95d320aa188ed564861877f.zip
Consolidate prayer-ending routines.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7177 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 1276501f85..011a85d752 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -77,6 +77,7 @@ void lose_piety(int pgn);
void offer_corpse(int corpse);
std::string god_prayer_reaction();
void pray();
+void end_prayer();
void handle_god_time(void);
int god_colour(god_type god);
void god_pitch(god_type which_god);