summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-15 07:53:50 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-15 07:53:50 +0000
commit21a20c8edf221604f77decc0430145d13f305e5b (patch)
treebad911506f69e87d6b98f111e30a8f459be897c1 /crawl-ref/source/debug.h
parent9b09694770ae4724f3f264603b8ba7ff3865b06a (diff)
downloadcrawl-ref-21a20c8edf221604f77decc0430145d13f305e5b.tar.gz
crawl-ref-21a20c8edf221604f77decc0430145d13f305e5b.zip
Added a debug card command.
Documented some of the debug commands in the help. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1475 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 6f0a136097..3e647052df 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -150,4 +150,6 @@ void debug_make_trap( void );
void debug_make_shop( void );
void debug_set_stats( void );
+void debug_card();
+
#endif