ajout du deplacement du joueur

This commit is contained in:
cyjullien1
2024-12-12 13:08:18 +01:00
parent f3024f1cbb
commit e84ae7fe3a
2 changed files with 84 additions and 46 deletions

View File

@@ -10,8 +10,15 @@
#define BOX_ON_TARGET 4
#define PLAYER 5
#define PLAYER_ON_TARGET 6
typedef struct Vecteur
{
short int x;
short int y;
} vect;
unsigned short int **creatArea2D(const unsigned int N);
#endif // FONCTION_H