summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 57de63e987..a19c83a76f 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -14,7 +14,6 @@
#define SPELLS2_H
#include "enum.h"
-#include "itemprop.h" // from brand_type
struct dist;
@@ -22,7 +21,7 @@ struct dist;
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-bool brand_weapon(brand_type which_brand, int power);
+bool brand_weapon(int which_brand, int power);
// last updated 24may2000 {dlb}
@@ -155,7 +154,7 @@ void summon_animals(int pow);
* *********************************************************************** */
void summon_small_mammals(int pow);
-bool summon_berserker(int pow, bool god_gift);
+void summon_berserker();
// last updated 24may2000 {dlb}
/* ***********************************************************************