summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-item.h
blob: 6ea0724f1ca0516be03f7f70aa5cc70a5f52a3d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 *  File:       wiz-item.h
 *  Summary:    Item related wizard functions.
 *  Written by: Linley Henzell and Jesse Jones
 */

#ifndef WIZITEM_H
#define WIZITEM_H

void wizard_create_spec_object(void);
void wizard_tweak_object(void);
void wizard_make_object_randart(void);
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 debug_item_statistics( void );

#endif