summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-fsim.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/wiz-fsim.h')
-rw-r--r--crawl-ref/source/wiz-fsim.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-fsim.h b/crawl-ref/source/wiz-fsim.h
new file mode 100644
index 0000000000..1ca6835461
--- /dev/null
+++ b/crawl-ref/source/wiz-fsim.h
@@ -0,0 +1,12 @@
+/*
+ * File: wiz-fsim.h
+ * Summary: Fight simualtion wizard functions.
+ * Written by: Linley Henzell and Jesse Jones
+ */
+
+#ifndef WIZFSIM_H
+#define WIZFSIM_H
+
+void debug_fight_statistics( bool use_init_defaults, bool defence = false );
+
+#endif