Implemented game#valid_move.

This commit is contained in:
Murilo Pereira
2011-05-07 23:09:39 -03:00
parent 854184c2fd
commit e7706dfa4b
7 changed files with 488 additions and 19 deletions
+2
View File
@@ -34,6 +34,8 @@ extern const char *program_name;
struct deck *deck;
struct cursor *cursor;
bool valid_move(struct stack *, struct stack *);
bool maneuvre_stack(struct stack *);
void move_card(struct stack **, struct stack **);
void greet_player();
void initialize_game();