9 lines
87 B
C
9 lines
87 B
C
#ifndef AUDIO_H
|
|
#define AUDIO_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
void vStartAudio(void);
|
|
|
|
#endif
|