summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-09 16:59:57 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-09 16:59:57 +0000
commit65bf8d320e329008693d860cbf24c911be9a65a4 (patch)
tree47d5af79ee8f7bff26d7a93e7f8cdd666ababddb /crawl-ref/source/debug.h
parente6a12403170aa719f2ae597c3b251a7f25ddbb94 (diff)
downloadcrawl-ref-65bf8d320e329008693d860cbf24c911be9a65a4.tar.gz
crawl-ref-65bf8d320e329008693d860cbf24c911be9a65a4.zip
Item class name is now "jewellery", not "jewelry" for consistency (David).
Added &O command to show the number of turns used by explore to fully-explore the (reachable areas of) the current level. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1983 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/debug.h')
-rw-r--r--crawl-ref/source/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index 964965ea30..fc12ac434d 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -154,6 +154,8 @@ void debug_list_monsters();
void debug_card();
void debug_set_xl();
void debug_place_map();
+void debug_test_explore();
+void debug_dismiss_all_monsters();
#ifdef DEBUG_DIAGNOSTICS
void generate_map_stats();