summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-15 17:36:46 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-16 00:37:56 +0100
commit381bd5c28bb04dacd4fe2f7e8c51a0bdebbdcc8a (patch)
tree184549093055839a8e89a855d4f221ba715936b8 /crawl-ref/source/skills2.h
parent4ae94589a31f96d5676242a643b9972671436feb (diff)
downloadcrawl-ref-381bd5c28bb04dacd4fe2f7e8c51a0bdebbdcc8a.tar.gz
crawl-ref-381bd5c28bb04dacd4fe2f7e8c51a0bdebbdcc8a.zip
Print the overview screen and skills in the acquirement statistics output.
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index c7daf44be8..361acace5b 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -33,5 +33,6 @@ unsigned int skill_exp_needed(int lev);
void show_skills();
void wield_warning(bool newWeapon = true);
bool is_invalid_skill(int skill);
+void dump_skills(std::string &text);
#endif