summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-27 12:40:18 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-27 12:40:18 +0000
commit79bbaa47cdd8caa7af8a9668be8d9287c9e34af7 (patch)
tree6e6665398ef4c990847476e91e9a706bde16c024 /crawl-ref/source/itemprop.h
parentea7b6a69950ed580eebd008fdb6888024075266c (diff)
downloadcrawl-ref-79bbaa47cdd8caa7af8a9668be8d9287c9e34af7.tar.gz
crawl-ref-79bbaa47cdd8caa7af8a9668be8d9287c9e34af7.zip
More minor cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1378 c06c8d41-db1a-0410-9941-cceddc491573
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 );