summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/xom.h')
-rw-r--r--crawl-ref/source/xom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.h b/crawl-ref/source/xom.h
index c68bafafbc..b14b9b7d66 100644
--- a/crawl-ref/source/xom.h
+++ b/crawl-ref/source/xom.h
@@ -36,6 +36,7 @@ inline void xom_acts(int sever)
xom_acts(xom_is_nice(), sever);
}
-void xom_check_lost_item(item_def& item);
+void xom_check_lost_item(const item_def& item);
+void xom_check_destroyed_item(const item_def& item, int cause = -1);
#endif