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

Modifier board.h

parent e312741b
Branches
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ struct board{
int col;
int line;
enum state **data;
int last_pos_x;
int last_pos_y;
enum state last_symbole;
};
struct board create_board(int col, int line);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment