summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorMark Mackey <atomjack@users.sourceforge.net>2010-05-05 13:38:55 +0100
committerMark Mackey <atomjack@users.sourceforge.net>2010-05-05 13:38:55 +0100
commit6b5ecca7665ce73888ea0650e6ea5ab0b6a472a6 (patch)
treeb883ed587fe0a16da6a839f8d7f98cd9c9897ddc /crawl-ref/source/decks.h
parenta1123dc70059adb0f59ec2ce444355246d46d2a3 (diff)
downloadcrawl-ref-6b5ecca7665ce73888ea0650e6ea5ab0b6a472a6.tar.gz
crawl-ref-6b5ecca7665ce73888ea0650e6ea5ab0b6a472a6.zip
Merge of the original myzotdef branch into the Crawl 0.6
release branch. Quite a few edits required...
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index 02a08f81e8..58d1b2928d 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -144,7 +144,10 @@ void init_deck(item_def &item);
int cards_in_deck(const item_def &deck);
card_type get_card_and_flags(const item_def& deck, int idx,
unsigned char& _flags);
+void _create_pond(const coord_def& center, int radius, bool allow_deep); // //
+void _sage_card(int power, deck_rarity_type rarity); // //
const std::vector<card_type> get_drawn_cards(const item_def& deck);
#endif
+