summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-equip.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-03-04 12:48:51 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-03-04 12:48:51 +0100
commit1a0e9acfc080559796fcfb73985ea688cb535d37 (patch)
tree10263efda66c5d3b21268bd6e67ab7695597d902 /crawl-ref/source/player-equip.h
parent2429d934fcd59f32517622b2e3bd0062b82454e4 (diff)
downloadcrawl-ref-1a0e9acfc080559796fcfb73985ea688cb535d37.tar.gz
crawl-ref-1a0e9acfc080559796fcfb73985ea688cb535d37.zip
Move unwield_item() to player-equip.cc
Diffstat (limited to 'crawl-ref/source/player-equip.h')
-rw-r--r--crawl-ref/source/player-equip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player-equip.h b/crawl-ref/source/player-equip.h
index fe1c5f4ce2..001f0d33b2 100644
--- a/crawl-ref/source/player-equip.h
+++ b/crawl-ref/source/player-equip.h
@@ -11,4 +11,6 @@ bool unequip_item(equipment_type slot, bool msg=true);
bool meld_slot(equipment_type slot, bool msg=true);
bool unmeld_slot(equipment_type slot, bool msg=true);
+bool unwield_item(bool showMsgs = true);
+
#endif