summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-24 06:09:36 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-24 06:09:36 +0000
commitbf8210ed870bd1cccb470f2a9a699e8d79e07f60 (patch)
treed6c72a0041dc1d3c260568299c2980808e1f4cf3 /crawl-ref/source/debug.h
parent17d40b44d5a07940524594823605f7547bc65ae8 (diff)
downloadcrawl-ref-bf8210ed870bd1cccb470f2a9a699e8d79e07f60.tar.gz
crawl-ref-bf8210ed870bd1cccb470f2a9a699e8d79e07f60.zip
Trunk->0.4 merge r6659-6660: [2026251] Elf arrival vault fix, debug_mons_scan.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6661 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/debug.h')
-rw-r--r--crawl-ref/source/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index 27c1272eba..7703b5b25b 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -95,6 +95,7 @@ void debug_make_shop( void );
void debug_place_map();
// Honest debugging functions.
void debug_item_scan( void );
+void debug_mons_scan();
void debug_item_statistics( void );
void debug_fight_statistics( bool use_init_defaults, bool defence = false );
void debug_list_monsters();