Add savefile function

This commit is contained in:
Yorick Barbanneau 2021-10-15 15:44:46 +02:00
parent 3a020073f9
commit e9dca0371f
2 changed files with 68 additions and 3 deletions

View file

@ -192,4 +192,5 @@ e_status play_move(s_utictactoe *p_uttt, s_move *p_move);
/*Given usefull functions*/
void draw_utictactoe(s_utictactoe *p_uttt);
void draw_utictactoe_history(s_utictactoe *p_uttt);
#endif /* MODEL_H */
void save_a_utictactoe_to_file(FILE *p_f, s_utictactoe *p_uttt);
#endif /* MODEL_H */