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

correction de la struct Player

parent 05b0d77d
No related merge requests found
enum CaseType{
TOP = 'z',
LEFT = 'q',
......@@ -5,7 +6,7 @@ enum CaseType{
BOTTOM = 's'
};
struct player
struct Player
{
int x;
int y;
......
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