BE_CHTI/Obj_3/librairie/etat/etat.h
2020-05-29 12:59:38 +02:00

7 lines
161 B
C

typedef struct {
int position; // 0
int taille; // 4
void * son; // 8
int resolution; // 12
int periode_ticks; // 16
} type_etat;