summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/wiz-item.h')
-rw-r--r--crawl-ref/source/wiz-item.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-item.h b/crawl-ref/source/wiz-item.h
new file mode 100644
index 0000000000..6ea0724f1c
--- /dev/null
+++ b/crawl-ref/source/wiz-item.h
@@ -0,0 +1,22 @@
+/*
+ * File: wiz-item.h
+ * Summary: Item related wizard functions.
+ * Written by: Linley Henzell and Jesse Jones
+ */
+
+#ifndef WIZITEM_H
+#define WIZITEM_H
+
+void wizard_create_spec_object(void);
+void wizard_tweak_object(void);
+void wizard_make_object_randart(void);
+void wizard_value_artefact();
+void wizard_uncurse_item();
+void wizard_create_all_artefacts();
+void wizard_identify_pack();
+void wizard_unidentify_pack();
+void wizard_draw_card();
+
+void debug_item_statistics( void );
+
+#endif