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

This commit is contained in:
Murilo Soares Pereira
2010-04-08 01:11:10 -03:00
parent 7e47ca3ccf
commit ecaa2a4c68
11 changed files with 108 additions and 21 deletions
+3 -1
View File
@@ -45,7 +45,9 @@ void draw_empty_stacks() {
return;
}
void init_game() {
void initialize_game() {
struct deck *deck = NULL;
draw_empty_stacks();
return;