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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index 671f57c88c..735be7218d 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -24,6 +24,6 @@ deck_type subtype_to_decktype(int subtype);
bool deck_triple_draw();
bool deck_peek();
bool deck_stack();
-const char* card_name(card_type card);
+void card_effect(card_type which_card);
#endif