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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 28029e81e0..95702d343b 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -109,5 +109,6 @@ bool bless_follower(monsters *follower = NULL,
bool force = false);
bool god_hates_attacking_friend(god_type god, const actor *fr);
+bool god_likes_items(god_type god);
#endif