summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/it_use3.h
blob: 2e5efae7c3cb0218cf925043b8ef2d787e1be47d (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
 *  File:       it_use3.cc
 *  Summary:    Functions for using some of the wackier inventory items.
 *  Written by: Linley Henzell
 *
 *  Change History (most recent first):
 *
 *               <1>     -/--/--        LRH             Created
 */


#ifndef IT_USE3_H
#define IT_USE3_H


// last updated 12may2000 {dlb}
/* ***********************************************************************
 * called from: item_use
 * *********************************************************************** */
void skill_manual(char sc_read_2);


// last updated 12may2000 {dlb}
/* ***********************************************************************
 * called from: item_use - spl-book
 * *********************************************************************** */
void tome_of_power(char sc_read_2);


// last updated 12may2000 {dlb}
/* ***********************************************************************
 * called from: acr
 * *********************************************************************** */
bool evoke_wielded(void);


// last updated 12may2000 {dlb}
/* ***********************************************************************
 * called from: acr
 * *********************************************************************** */
void special_wielded(void);


#endif