summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.h')
-rw-r--r--crawl-ref/source/output.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h
index d06e6fe18c..238754d737 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -59,5 +59,7 @@ void print_overview_screen(void);
std::string dump_overview_screen(bool full_id);
+std::string magic_res_adjective(int mr);
+std::string stealth_desc(int stealth);
#endif