summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index 7016f55f4a..ef16d58da3 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -40,6 +40,7 @@ std::string hiscores_format_single_long( const scorefile_entry &se,
bool verbose = false );
const char *level_area_type_name(int level_type);
+level_area_type str_to_level_area_type(const std::string &s);
#ifdef DGL_MILESTONES
void mark_milestone(const std::string &type, const std::string &milestone);