summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 18:22:56 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 18:22:56 +0000
commita66e14c4249f15480eaacbcf592581bf17287173 (patch)
tree8ad2e51e873d6657f1d937ed61ca7f876452b234 /crawl-ref/source/religion.h
parentffa9cc1f79800d92913cccdd66a409f93ddf2af8 (diff)
downloadcrawl-ref-a66e14c4249f15480eaacbcf592581bf17287173.tar.gz
crawl-ref-a66e14c4249f15480eaacbcf592581bf17287173.zip
Add missing prototype.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5411 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 cee25226e7..b999ae194a 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -54,6 +54,7 @@ struct god_conduct_trigger
bool is_evil_god(god_type god);
bool is_good_god(god_type god);
bool is_chaotic_god(god_type god);
+bool is_lawful_god(god_type god);
bool is_priest_god(god_type god);
void simple_god_message(const char *event, god_type which_deity = you.religion);
int piety_breakpoint(int i);