summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-item.h
blob: 4029a240732fc7a413b5fc7eb7e6c7d83aee7d2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 * @file
 * @brief Item related wizard functions.
**/

#ifndef WIZITEM_H
#define WIZITEM_H

void wizard_create_spec_object();
void wizard_create_spec_object_by_name();
void wizard_tweak_object();
void wizard_make_object_randart();
void wizard_value_artefact();
void wizard_uncurse_item();
void wizard_create_all_artefacts();
void wizard_identify_pack();
void wizard_unidentify_pack();
void wizard_draw_card();
void wizard_list_items();
void wizard_identify_all_items();
void wizard_unidentify_all_items();
void debug_item_statistics();

#endif