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.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
new file mode 100644
index 0000000000..1227ee19f1
--- /dev/null
+++ b/crawl-ref/source/decks.h
@@ -0,0 +1,22 @@
+/*
+ * File: decks.cc
+ * Summary: Functions with decks of cards.
+ *
+ * Change History (most recent first):
+ *
+ * <1> -/--/-- LRH Created
+ */
+
+
+#ifndef DECKS_H
+#define DECKS_H
+
+
+// last updated 12may2000 {dlb}
+/* ***********************************************************************
+ * called from: it_use_3 - religion
+ * *********************************************************************** */
+void deck_of_cards(unsigned char which_deck);
+
+
+#endif