be_chti/PjtKEIL_StepFinal/Src/GestionSon.h
2021-08-22 13:23:14 +02:00

11 lines
214 B
C
Executable file
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef GESTIONSON_H
#define GESTIONSON_H
// Permet de jouer le son "Bruit de verre"
void StartSon();
// Fonction utilitaire qui doit être
// appellée tous les 6 552 ticks
void CallbackSon();
#endif