Erasing stacks when empty. Also moved some event-related code to the keyboard object.

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