7 lines
161 B
C
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;
|