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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 915b070fb2..6cc279ecd9 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -60,8 +60,9 @@ int make_name( unsigned long seed, bool all_caps, char buff[ ITEMNAME_SIZE ] );
void init_properties();
id_arr& get_typeid_array();
-item_type_id_state_type get_ident_type(int basetype, int subtype);
-void set_ident_type( int basetype, int subtype,
+item_type_id_state_type get_ident_type(object_class_type basetype,
+ int subtype);
+void set_ident_type( object_class_type basetype, int subtype,
item_type_id_state_type setting, bool force = false);