6 lines
59 B
C
6 lines
59 B
C
#ifndef AUDIO_H
|
|
#define AUDIO_H
|
|
|
|
void audio_init();
|
|
|
|
#endif |