00001 /* 00002 * File: wiz-item.h 00003 * Summary: Item related wizard functions. 00004 * Written by: Linley Henzell and Jesse Jones 00005 */ 00006 00007 #ifndef WIZITEM_H 00008 #define WIZITEM_H 00009 00010 void wizard_create_spec_object(void); 00011 void wizard_create_spec_object_by_name(); 00012 void wizard_tweak_object(void); 00013 void wizard_make_object_randart(void); 00014 void wizard_value_artefact(); 00015 void wizard_uncurse_item(); 00016 void wizard_create_all_artefacts(); 00017 void wizard_identify_pack(); 00018 void wizard_unidentify_pack(); 00019 void wizard_draw_card(); 00020 00021 void debug_item_statistics(void); 00022 00023 #endif