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.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index 4e9ab88c34..b0064b464a 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -15,12 +15,14 @@
#include "enum.h"
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: it_use_3 - religion
- * *********************************************************************** */
+#include "externs.h"
+
+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();
+const char* card_name(card_type card);
#endif