forked from acco/chti23
8 lines
94 B
C
8 lines
94 B
C
#ifndef GESTION_SON
|
|
#define GESTION_SON
|
|
|
|
void StartSon(void);
|
|
void GestionSon(void);
|
|
|
|
#endif
|
|
|