summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index b4fbfeb902..cc0b1e0fc7 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -193,4 +193,6 @@ int absdungeon_depth(unsigned char branch, int subdepth);
// Abyss and Pan.
void set_colours_from_monsters();
+int str_to_shoptype(const std::string &s);
+
#endif