2 * This file is licensed under the GPLv2 license
4 * Luiz Fernando N. Capitulino
5 * <lcapitulino@gmail.com>
10 void computer_init(void);
11 int is_computer_turn(void);
12 void computer_move(const struct game_board
*board
,
13 struct user_move
*move
);
15 #endif /* COMPUTER_H */