summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index f925b5e4f2..f950a8902f 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -125,4 +125,6 @@ bool bless_follower(monsters *follower = NULL,
bool god_hates_attacking_friend(god_type god, const actor *fr);
bool god_likes_items(god_type god);
+void religion_turn_start();
+
#endif