summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-02 18:36:08 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-02 18:36:08 +0000
commit0d31b1337f7557390cf0ef3e929f90599faaf6ae (patch)
treec240e002c1f238fdfa2e10c5cea8ea162400bdca /crawl-ref/source/decks.h
parent8148e4b2159d857790803b82b484f20e8bb9a981 (diff)
downloadcrawl-ref-0d31b1337f7557390cf0ef3e929f90599faaf6ae.tar.gz
crawl-ref-0d31b1337f7557390cf0ef3e929f90599faaf6ae.zip
Decks are now annotated with the list of cards drawn from them in the
examine screen. Tightened up lines a bit. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2981 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index ac1a3b863b..4846db677e 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -146,4 +146,6 @@ int cards_in_deck(const item_def &deck);
card_type get_card_and_flags(const item_def& deck, int idx,
unsigned char& _flags);
+const std::vector<card_type> get_drawn_cards(const item_def& deck);
+
#endif