Skip to content
Snippets Groups Projects
Commit 1c28947b authored by Arnaud Albiez's avatar Arnaud Albiez
Browse files

Ajout de la declaration de la fonction move_player

parent 79b09a9e
Branches
No related merge requests found
...@@ -10,4 +10,5 @@ struct Player{ ...@@ -10,4 +10,5 @@ struct Player{
int x, y; int x, y;
}; };
void move_player(struct Grid* grid, enum Direction direction);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment