Moving game logic to the game object.

This commit is contained in:
Murilo Pereira
2011-02-16 22:27:00 -02:00
parent 3495e08490
commit b1000cfb55
6 changed files with 139 additions and 141 deletions
+1
View File
@@ -10,6 +10,7 @@ extern const char *program_name;
struct deck *deck;
struct cursor *cursor;
void move_card(struct stack **, struct stack **);
void greet_player();
void initialize_game();
void end_game();