Dumb but not dumber IA
This commit is contained in:
parent
033a436be2
commit
87e7ff5829
7 changed files with 145 additions and 34 deletions
|
@ -25,8 +25,9 @@ int elocation_to_coord(e_location l);
|
|||
* \param p_move a pointer on a s_move to be modified.
|
||||
* \param v a pointer on the view to use.
|
||||
*/
|
||||
void set_next_player_move(s_move * p_move, p_view v);
|
||||
void set_next_player_move(s_move * p_move, p_view v, e_tactic tactic);
|
||||
|
||||
void display_winner(p_view v);
|
||||
/*!
|
||||
* This function free all the memory used by a given view which
|
||||
* reference is given.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue