summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index 973286ed52..59fbbc944c 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -156,8 +156,8 @@ void wield_effects(int item_wield_2, bool showMsgs);
/* ***********************************************************************
* called from: delay.cc item_use.cc it_use2.cc
* *********************************************************************** */
-void use_artefact( unsigned char item_wield_2 );
-void use_artefact(item_def &item, bool unmeld = false);
+void use_artefact( unsigned char item_wield_2, bool *show_msgs = NULL);
+void use_artefact(item_def &item, bool *show_msgs = NULL, bool unmeld = false);
bool puton_item(int slot);
@@ -181,8 +181,6 @@ int launcher_final_speed(const item_def &launcher,
void warn_shield_penalties();
-int item_special_wield_effect(const item_def &item);
-
bool wearing_slot(int inv_slot);
#ifdef USE_TILE