From d5e5340c3926d1cf97f6cba151ffaecb20bfb35f Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 2 Aug 2006 12:54:15 +0000 Subject: Integrated travel patch as of 20060727 git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7 c06c8d41-db1a-0410-9941-cceddc491573 --- trunk/source/itemname.h | 1 + 1 file changed, 1 insertion(+) (limited to 'trunk/source/itemname.h') diff --git a/trunk/source/itemname.h b/trunk/source/itemname.h index 91f649e641..0d1ccc79a2 100644 --- a/trunk/source/itemname.h +++ b/trunk/source/itemname.h @@ -87,6 +87,7 @@ bool item_known_uncursed( const item_def &item ); // bool fully_indentified( const item_def &item ); bool item_ident( const item_def &item, unsigned long flags ); +bool item_type_known( const item_def &item ); bool item_not_ident( const item_def &item, unsigned long flags ); void do_curse_item( item_def &item ); -- cgit v1.2.3-54-g00ecf