summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authornfogravity <nfogravity@hotmail.com>2012-03-08 18:10:09 -0500
committerMichael Gagno <evilmike@gmail.com>2012-03-08 16:23:13 -0800
commit5fa2bd8180092219525aa9d5df3d404d02d7dd37 (patch)
tree172340dfe3dee3f24ed8914900231c8fe7ac266d /crawl-ref/source/wiz-you.h
parente025ad37a0e6ea43dcec3d09d420ee52df1256da (diff)
downloadcrawl-ref-5fa2bd8180092219525aa9d5df3d404d02d7dd37.tar.gz
crawl-ref-5fa2bd8180092219525aa9d5df3d404d02d7dd37.zip
added a wizard mode function, wizard_file_input(), that takes a morgue file by name and changes skill levels and base stats to the morgue file's levels
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 0d52d15ff3..dee6be3c9b 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -26,5 +26,6 @@ void wizard_toggle_xray_vision();
void wizard_god_wrath();
void wizard_god_mollify();
void wizard_transform();
+void wizard_file_input(const char*);
#endif