Created the 'deck' structure, allocate() and initialize() for all structures.
This commit is contained in:
+3
-1
@@ -45,7 +45,9 @@ void draw_empty_stacks() {
|
||||
return;
|
||||
}
|
||||
|
||||
void init_game() {
|
||||
void initialize_game() {
|
||||
struct deck *deck = NULL;
|
||||
|
||||
draw_empty_stacks();
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user