SAE11_2023/SAE_semestre1/fichier.h/serpent.h

10 lines
142 B
C
Raw Normal View History

#ifndef SERPENT_H
#define SERPENT_H
2023-12-04 17:27:48 +01:00
typedef struct{
Position *corps;
int longueur;
} Serpent;
Position pomme;
Serpent serpent;
#endif