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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index 735be7218d..4e980b15ad 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -19,11 +19,10 @@
const char* card_name(card_type card);
void evoke_deck(item_def& deck);
-void deck_of_cards(deck_type which_deck);
-deck_type subtype_to_decktype(int subtype);
bool deck_triple_draw();
bool deck_peek();
bool deck_stack();
-void card_effect(card_type which_card);
+void card_effect(card_type which_card, deck_rarity_type rarity);
+void draw_from_deck_of_punishment();
#endif