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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index 1e23f14eb9..acf3dd1f27 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -145,4 +145,9 @@ bool get_item_by_name(item_def *item, char* specs,
bool create_for_real = false);
void do_crash_dump();
+
+std::string debug_coord_str(const coord_def &pos);
+std::string debug_mon_str(const monsters* mon);
+void debug_dump_mon(const monsters* mon, bool recurse);
+
#endif