Added function to deal the cards when the game starts.

This commit is contained in:
Murilo Soares Pereira
2010-04-10 00:56:44 -03:00
parent d7f349a82c
commit 2cd63146ca
2 changed files with 47 additions and 0 deletions

View File

@@ -56,5 +56,6 @@ void delete_deck(struct deck *);
void set_deck_stacks_coordinates(struct deck *);
void fill_deck(struct deck *);
void shuffle_deck(struct deck *);
void deal_cards(struct deck *);
#endif