forked from acco/chti23
6 lines
No EOL
142 B
C
6 lines
No EOL
142 B
C
#ifndef GESTION_SON_H_
|
|
#define GESTION_SON_H_
|
|
|
|
short int CallbackSon(short int *son, int *index, int longueurSon);
|
|
void StartSon(void);
|
|
#endif |