summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.h')
-rw-r--r--crawl-ref/source/describe.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index 009b6077eb..92a4fdfb04 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -85,7 +85,10 @@ std::string get_skill_description(int skill, bool need_title = false);
void describe_skill(int skill);
-void print_description( const std::string &d );
+void print_description(const std::string &d, const std::string title = "",
+ const std::string suffix = "",
+ const std::string prefix = "",
+ const std::string footer = "");
const char *trap_name(trap_type trap);
int str_to_trap(const std::string &s);