6 lines
71 B
C
6 lines
71 B
C
#ifndef AUDIO_C
|
|
#define AUDIO_C
|
|
|
|
void configure_audio();
|
|
|
|
#endif
|