summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
blob: 6124aa14db6478fef51a72f36032932e9ca43152 (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
/*
 *  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

#include "enum.h"

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


#endif