Created the 'deck' structure, allocate() and initialize() for all structures.

This commit is contained in:
Murilo Soares Pereira
2010-04-05 04:33:10 -03:00
parent 7e47ca3ccf
commit ecaa2a4c68
11 changed files with 108 additions and 21 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
void init_curses();
void draw_empty_stacks();
void init_game();
void initialize_game();
char *card_suit(enum suit);
char *card_value(enum value);
void draw_value(struct card *);