summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-12 14:32:40 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-12 14:32:40 +0000
commit170c1de4d2bc1b996f11cffdec0fc49cfe71c388 (patch)
treef4edd4036c6cc8711048f0f1baf64c6456ae9add /crawl-ref/source/items.h
parent5e94dac9e3537693dfaa1647c143959d1ce5e069 (diff)
downloadcrawl-ref-170c1de4d2bc1b996f11cffdec0fc49cfe71c388.tar.gz
crawl-ref-170c1de4d2bc1b996f11cffdec0fc49cfe71c388.zip
Try to merge items before reporting explore stop messages.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@620 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index e67dc9d685..459d52b862 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -28,6 +28,7 @@ void inc_mitm_item_quantity( int obj, int amount );
void move_item_to_grid( int *const obj, int x, int y );
void move_item_stack_to_grid( int x, int y, int targ_x, int targ_y );
int move_item_to_player( int obj, int quant_got, bool quiet = false );
+bool is_stackable_item( const item_def &item );
bool items_stack( const item_def &item1, const item_def &item2 );
item_def find_item_type(int base_type, std::string name);