summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index ea307dae70..c4311fd5e1 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -27,6 +27,8 @@ void do_uncurse_item( item_def &item );
bool item_ident( const item_def &item, unsigned long flags );
void set_ident_flags( item_def &item, unsigned long flags );
void unset_ident_flags( item_def &item, unsigned long flags );
+bool fully_identified( const item_def &item );
+unsigned long full_ident_mask( const item_def& item );
// racial item and item descriptions:
void set_equip_race( item_def &item, unsigned long flags );