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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index cbc8161d3b..922d4c3a7d 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -3,6 +3,8 @@
* Summary: Debug and wizard related functions.
* Written by: Linley Henzell and Jesse Jones
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <4> 5/30/99 JDJ Added synch checks.
@@ -143,5 +145,9 @@ void stethoscope(int mwh);
void debug_item_scan( void );
void debug_get_religion( void );
void debug_change_species( void );
+void debug_fight_statistics( bool use_init_defaults );
+void debug_make_trap( void );
+void debug_make_shop( void );
+void debug_set_stats( void );
#endif