summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wpn-misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/wpn-misc.h')
-rw-r--r--crawl-ref/source/wpn-misc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/wpn-misc.h b/crawl-ref/source/wpn-misc.h
index e1d45c8d4a..dce7ba7cd4 100644
--- a/crawl-ref/source/wpn-misc.h
+++ b/crawl-ref/source/wpn-misc.h
@@ -61,7 +61,9 @@ bool launches_things( unsigned char weapon_subtype );
/* ***********************************************************************
* called from: describe - fight - files - it_use3 - newgame - spells1
* *********************************************************************** */
-char weapon_skill(unsigned char wclass, unsigned char wtype);
+int weapon_skill(int wclass, int wtype);
+
+int weapon_skill(const item_def &item);
#endif