From fd607e7aa0c17867b23f26bd607270e9f7f3927d Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sat, 7 Nov 2009 01:16:41 +0100 Subject: Split away divine retribution into godwrath.cc --- crawl-ref/source/godwrath.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 crawl-ref/source/godwrath.h (limited to 'crawl-ref/source/godwrath.h') 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 -- cgit v1.2.3-54-g00ecf