summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-01-14 14:47:10 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-01-15 17:39:03 +0000
commite5babb39c1566a658229e60531395fde27cce8d2 (patch)
tree478a0d25ee8a802704b080ad903478dc250def17 /crawl-ref/source/wiz-you.h
parent183dc64167faba67f6fc1c997c76374a4659d605 (diff)
downloadcrawl-ref-e5babb39c1566a658229e60531395fde27cce8d2.tar.gz
crawl-ref-e5babb39c1566a658229e60531395fde27cce8d2.zip
Add a wizmode command (&p) to list player props
Diffstat (limited to 'crawl-ref/source/wiz-you.h')
-rw-r--r--crawl-ref/source/wiz-you.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-you.h b/crawl-ref/source/wiz-you.h
index 7fe37899c2..ad1e64ebc8 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -23,6 +23,7 @@ void set_xl(const int newxl, const bool train);
bool wizard_add_mutation();
void wizard_set_stats(void);
void wizard_edit_durations(void);
+void wizard_list_props();
void wizard_get_god_gift();
void wizard_toggle_xray_vision();
void wizard_god_wrath();