summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-29 12:38:49 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-29 12:38:49 +0000
commit883d0ce492391cc7cfeed1836b4a4e5fc5f4b24e (patch)
tree89a877ee214edcab9867b8850cb381432ae2d600 /crawl-ref/source/itemname.h
parentb69356ae0558ebc5431444fce3c9b0636e2812b5 (diff)
downloadcrawl-ref-883d0ce492391cc7cfeed1836b4a4e5fc5f4b24e.tar.gz
crawl-ref-883d0ce492391cc7cfeed1836b4a4e5fc5f4b24e.zip
Hopefully, finally squashed the stacking bug.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@728 c06c8d41-db1a-0410-9941-cceddc491573
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 9bdc87360e..4401a72172 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -79,6 +79,7 @@ bool item_cursed( const item_def &item );
bool item_known_cursed( const item_def &item );
bool item_known_uncursed( const item_def &item );
bool fully_identified( const item_def &item );
+unsigned long full_ident_mask( const item_def& item );
bool item_type_known( const item_def &item );