Passing cards from the stock to the waste pile.

This commit is contained in:
Murilo Soares Pereira
2010-04-20 14:11:16 -03:00
parent ee3daeb30a
commit 87909b5075
6 changed files with 27 additions and 0 deletions
+1
View File
@@ -36,5 +36,6 @@ void greet_player();
void initialize_game();
void prepare_game(struct deck **);
void end_game();
void handle_stock_event();
#endif