summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index f80f1bc4dd..440fc32e3d 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -86,6 +86,10 @@ void random_uselessness(int scroll_slot = -1);
bool acquirement(object_class_type force_class, int agent,
bool quiet = false, int *item_index = NULL);
+int acquirement_create_item(object_class_type class_wanted,
+ int agent,
+ bool quiet,
+ const coord_def &pos);
// last updated 12may2000 {dlb}
/* ***********************************************************************