forked from acco/chti23
14 lines
No EOL
564 B
C
14 lines
No EOL
564 B
C
/**
|
|
* Bibliothèque comprenant les fonctions de gestion du son bruitverre.asm à travers GestionSon.s
|
|
* Les fonctions présentes sont CallbackSon et StartSon
|
|
*/
|
|
#include "DriverJeuLaser.h"
|
|
|
|
|
|
//**********************************************************************************************************
|
|
//--------------------- FONCTIONS DE GESTION DU SON --------------------------------------
|
|
//**********************************************************************************************************
|
|
|
|
void CallbackSon(void);
|
|
|
|
void StartSon(void); |