BE-INTE/Objectif 3/Src/etat.h
2020-05-29 13:12:50 +02:00

16 lines
208 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
*/