Dumb but not dumber IA

This commit is contained in:
Yorick Barbanneau 2021-10-24 23:22:43 +02:00
parent 033a436be2
commit 87e7ff5829
7 changed files with 145 additions and 34 deletions

View file

@ -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.