summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-04 09:14:26 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-04 09:18:30 +0100
commit24fa1749d2dc82f57d5ce04655f8d934ea767d14 (patch)
tree053b2b82d4ef3c7bfdafd61164d6b519077ebc4e /crawl-ref/source/output.h
parent83a78c65abdbfa995225122be56548a75d46f0ff (diff)
downloadcrawl-ref-24fa1749d2dc82f57d5ce04655f8d934ea767d14.tar.gz
crawl-ref-24fa1749d2dc82f57d5ce04655f8d934ea767d14.zip
De-duplicate magic res and stealth adjective choice.
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