16 lines
No EOL
207 B
C
16 lines
No EOL
207 B
C
typedef struct {
|
|
int position; // 0
|
|
int taille; // 4
|
|
void * son; // 8
|
|
int resolution; // 12
|
|
int periode_ticks; // 16
|
|
} type_etat;
|
|
|
|
/*
|
|
E_POS equ 0
|
|
E_TAI equ 4
|
|
E_SON equ 8
|
|
E_RES equ 12
|
|
E_PER equ 16
|
|
end
|
|
*/ |