ça marche bordel

This commit is contained in:
cyjullien1
2024-12-12 17:21:20 +01:00
parent d1065e68fe
commit 60d3e09293
4 changed files with 123 additions and 32 deletions

View File

@@ -12,12 +12,15 @@
#define PLAYER_ON_TARGET 6
typedef struct Vecteur
{
short int x;
short int y;
int x;
int y;
} vect;
unsigned short int **creatArea2D(const unsigned int N);
void screenDisplay( unsigned short int **tab,int size);
void getStartPlayerPos(unsigned short int **tab2d, short int size, vect *playerPos );
void inGameLoop(unsigned short int **tab2d,vect *playerPos );
#endif // FONCTION_H