summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorArxale <gafrie@gmail.com>2010-10-31 19:50:14 +0300
committerRaphael Langella <raphael.langella@gmail.com>2010-11-09 12:56:34 +0100
commit9161fe4bf3311d94905bf48f4b44ca4dc2e48f9b (patch)
treee88be7d77fe27ecf081acdf1d680e2539f86c75b /crawl-ref/source/itemname.h
parent217d7f753e70fb57fb9688f9dbb8481da60cbca0 (diff)
downloadcrawl-ref-9161fe4bf3311d94905bf48f4b44ca4dc2e48f9b.tar.gz
crawl-ref-9161fe4bf3311d94905bf48f4b44ca4dc2e48f9b.zip
Inscribe 'tried on foo'
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 14c0c5295e..92a36358f8 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -122,6 +122,8 @@ const int NUM_ID_SUBTYPE = 50;
typedef FixedArray<item_type_id_state_type, NUM_IDTYPE, NUM_ID_SUBTYPE> id_arr;
id_arr& get_typeid_array();
+CrawlHashTable& get_type_id_props();
+
item_type_id_state_type get_ident_type(const item_def &item);
item_type_id_state_type get_ident_type(object_class_type basetype,
int subtype);