summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.h')
-rw-r--r--crawl-ref/source/debug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index 85d2fc5d6e..4861382533 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -130,4 +130,10 @@ void mapgen_report_map_build_start();
void mapgen_report_map_veto();
#endif
+struct item_def;
+
+bool get_item_by_name(item_def *item, char* specs,
+ object_class_type class_wanted,
+ bool create_for_real = false);
+
#endif