2 * This file is licensed under the GPLv2 license
4 * Luiz Fernando N. Capitulino
5 * <lcapitulino@gmail.com>
10 int is_computer_turn(void);
11 void computer_move(int *row
, int *col
);
12 void computer_init(void);
13 void computer_wait(void);
15 extern int computer_players
;
16 extern int computer_watch
;
18 #endif /* COMPUTER_H */