summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index 6124aa14db..4e9ab88c34 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -20,6 +20,7 @@
* called from: it_use_3 - religion
* *********************************************************************** */
void deck_of_cards(deck_type which_deck);
-
+deck_type subtype_to_decktype(int subtype);
+bool deck_triple_draw();
#endif