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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index a8014d7b95..009b6077eb 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -81,6 +81,10 @@ void describe_spell(spell_type spelled);
* *********************************************************************** */
std::string get_ghost_description(const monsters &mons, bool concise = false);
+std::string get_skill_description(int skill, bool need_title = false);
+
+void describe_skill(int skill);
+
void print_description( const std::string &d );
const char *trap_name(trap_type trap);