00001 /* 00002 * File: acquire.h 00003 * Summary: Acquirement and Trog/Oka/Sif gifts. 00004 */ 00005 00006 #ifndef ACQUIRE_H 00007 #define ACQUIRE_H 00008 00009 bool acquirement(object_class_type force_class, int agent, 00010 bool quiet = false, int *item_index = NULL, 00011 bool debug = false); 00012 00013 int acquirement_create_item(object_class_type class_wanted, 00014 int agent, bool quiet, 00015 const coord_def &pos, bool debug = false); 00016 00017 #endif