summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-03-09 10:44:21 +0100
committerRaphael Langella <raphael.langella@gmail.com>2012-03-09 10:44:21 +0100
commitbe47887f53d5250b0344e93614ea9dd36a429a38 (patch)
tree291349e2e8f377f9817f2d6278843c18b90c808a /crawl-ref/source/wiz-you.h
parent78530e54d32616c8204033299ea0ce351668cd28 (diff)
downloadcrawl-ref-be47887f53d5250b0344e93614ea9dd36a429a38.tar.gz
crawl-ref-be47887f53d5250b0344e93614ea9dd36a429a38.zip
Map the new load dump file function to &#.
I haven't been able to make it work, but at least we can test it now.
Diffstat (limited to 'crawl-ref/source/wiz-you.h')
-rw-r--r--crawl-ref/source/wiz-you.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-you.h b/crawl-ref/source/wiz-you.h
index dee6be3c9b..80b80b2adf 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -26,6 +26,6 @@ void wizard_toggle_xray_vision();
void wizard_god_wrath();
void wizard_god_mollify();
void wizard_transform();
-void wizard_file_input(const char*);
+void wizard_load_dump_file();
#endif