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

Ajout de la structure player et de les champ

parent 2122efb7
No related merge requests found
player.h 0 → 100644
enum CaseType{
TOP = 'z',
LEFT = 'q',
RIGHT = 'd',
BOTTOM = 's'
};
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