summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/decks.h
blob: 1227ee19f12efcc3fbb7d5c4e8ba5b77fb8570c7 (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:       decks.cc
 *  Summary:    Functions with decks of cards.
 *
 *  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