summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-10-03 12:00:18 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-10-03 17:13:03 +0200
commit5952ff495024e3c8f8dd1119ded5fcae00997c9d (patch)
tree4f6cdaeeaa575deae187d1cd1bf7b3f5ce728816 /crawl-ref/source/misc.h
parent1108c5d9afa94c6bb28b3169f163ca5a494b95f7 (diff)
downloadcrawl-ref-5952ff495024e3c8f8dd1119ded5fcae00997c9d.tar.gz
crawl-ref-5952ff495024e3c8f8dd1119ded5fcae00997c9d.zip
List available shop types when failing to create one in wizmode.
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index d38bc8e618..abe1acf3f2 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -97,6 +97,7 @@ void setup_environment_effects();
void run_environment_effects();
int str_to_shoptype(const string &s);
+void list_shop_types();
bool player_in_a_dangerous_place(bool *invis = NULL);
void bring_to_safety();