summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dbg-scan.h')
-rw-r--r--crawl-ref/source/dbg-scan.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/crawl-ref/source/dbg-scan.h b/crawl-ref/source/dbg-scan.h
new file mode 100644
index 0000000000..8e6188d9b2
--- /dev/null
+++ b/crawl-ref/source/dbg-scan.h
@@ -0,0 +1,13 @@
+/*
+ * File: dbg-scan.h
+ * Summary: Debugging code to scan the list of items and monsters.
+ * Written by: Linley Henzell and Jesse Jones
+ */
+
+#ifndef DBGSCAN_H
+#define DBGSCAN_H
+
+void debug_item_scan();
+void debug_mons_scan();
+
+#endif