summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-15 18:20:37 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-15 18:20:37 +0000
commit62cfec6f0b7b50f1b0fbed90afaaa354681fe9ef (patch)
tree0f9cc74855df6edc8292977b9960fb2cf6adee64 /crawl-ref/source/debug.h
parentb9dc53d4acb66609024ff5303184135ba5866bc2 (diff)
downloadcrawl-ref-62cfec6f0b7b50f1b0fbed90afaaa354681fe9ef.tar.gz
crawl-ref-62cfec6f0b7b50f1b0fbed90afaaa354681fe9ef.zip
&^X allows you to set experience level directly in wizmode.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1877 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 6e0073eb30..62ca22d53a 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -152,6 +152,7 @@ void debug_set_stats( void );
void debug_list_monsters();
void debug_card();
+void debug_set_xl();
#ifdef DEBUG_DIAGNOSTICS
void generate_map_stats();