summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/decks.h
diff options
context:
space:
mode:
Diffstat (limited to 'stone_soup/crawl-ref/source/decks.h')
-rw-r--r--stone_soup/crawl-ref/source/decks.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/stone_soup/crawl-ref/source/decks.h b/stone_soup/crawl-ref/source/decks.h
deleted file mode 100644
index 1227ee19f1..0000000000
--- a/stone_soup/crawl-ref/source/decks.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * 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