summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-07 01:16:41 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-07 01:16:41 +0100
commitfd607e7aa0c17867b23f26bd607270e9f7f3927d (patch)
tree800063ae23f0557d70268a4325921ec7ae76f467 /crawl-ref/source/godwrath.h
parentdfa1f6979fc8164652f29248b5f55f6ee100dd0b (diff)
downloadcrawl-ref-fd607e7aa0c17867b23f26bd607270e9f7f3927d.tar.gz
crawl-ref-fd607e7aa0c17867b23f26bd607270e9f7f3927d.zip
Split away divine retribution into godwrath.cc
Diffstat (limited to 'crawl-ref/source/godwrath.h')
-rw-r--r--crawl-ref/source/godwrath.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/crawl-ref/source/godwrath.h b/crawl-ref/source/godwrath.h
new file mode 100644
index 0000000000..8033f3b487
--- /dev/null
+++ b/crawl-ref/source/godwrath.h
@@ -0,0 +1,12 @@
+/*
+ * File: godwrath.h
+ * Summary: Divine retribution.
+ */
+
+
+#ifndef GODWRATH_H
+#define GODWRATH_H
+
+bool divine_retribution(god_type god, bool no_bonus = false);
+bool do_god_revenge(conduct_type thing_done);
+#endif