summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 271bf2d340..bd49966118 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -97,6 +97,7 @@ std::string make_name(unsigned long seed, bool all_caps, int maxlen = -1,
char start = 0);
const char* weapon_brand_name(const item_def& item, bool terse);
+const char* armour_ego_name(const item_def& item, bool terse);
void init_properties();