summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
blob: 43f41e03959f618585c7ea8505219880f800f960 (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:       decks.cc
 *  Summary:    Functions with decks of cards.
 *
 *  Modified for Crawl Reference by $Author$ on $Date$
 *
 *  Change History (most recent first):
 *
 *               <1>     -/--/--        LRH             Created
 */


#ifndef DECKS_H
#define DECKS_H


// last updated 12may2000 {dlb}
/* ***********************************************************************
 * called from: it_use_3 - religion
 * *********************************************************************** */
void deck_of_cards(unsigned char which_deck);


#endif