Add savefile function
This commit is contained in:
parent
3a020073f9
commit
e9dca0371f
2 changed files with 68 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue