Skip to content
Snippets Groups Projects
Commit e312741b authored by sabrina.lapaire's avatar sabrina.lapaire
Browse files

Modifier board.c

parent ef3f1f70
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@ struct board create_board(int col, int line){
}
board.col = col;
board.line = line;
board.last_pos_x = -1;
board.last_pos_y = -1;
board.last_symbole = Vide;
return board;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment