summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 566bf42b44..d99150b9dc 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -190,4 +190,6 @@ void list_commands(bool wizard);
std::string item_class_name(int type, bool terse = false);
+bool check_warning_inscriptions(const item_def& item, operation_types oper);
+
#endif