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

View File

@@ -16,7 +16,7 @@ int main(int argc, const char *argv[]) {
message);
getch();
endwin();
initialize_game();
puts("Game finished.");