7 lines
81 B
C
7 lines
81 B
C
#ifndef AUDIO_H
|
|
#define AUDIO_H
|
|
|
|
void play_audio(const char *file_path);
|
|
|
|
#endif
|